InstantiableTypeAttribute-Konstruktor

Initialisiert eine neue Instanz der InstantiableTypeAttribute-Klasse.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    instantiableType As Type _
)
public InstantiableTypeAttribute(
    Type instantiableType
)
public:
InstantiableTypeAttribute(
    Type^ instantiableType
)
new : 
        instantiableType:Type -> InstantiableTypeAttribute
public function InstantiableTypeAttribute(
    instantiableType : Type
)

Parameter

  • instantiableType
    Typ: System.Type
    Der instanziierbare Typ.

.NET Framework-Sicherheit

Siehe auch

Referenz

InstantiableTypeAttribute Klasse

Microsoft.Data.Schema.SchemaModel-Namespace