InstantiableTypeAttribute.InstantiableType-Eigenschaft

Ruft den Typ ab, der als instanziierbar deklariert ist.

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

Syntax

'Declaration
Public ReadOnly Property InstantiableType As Type
    Get
public Type InstantiableType { get; }
public:
property Type^ InstantiableType {
    Type^ get ();
}
member InstantiableType : Type
function get InstantiableType () : Type

Eigenschaftswert

Typ: System.Type

.NET Framework-Sicherheit

Siehe auch

Referenz

InstantiableTypeAttribute Klasse

Microsoft.Data.Schema.SchemaModel-Namespace