Freigeben über


ISfcProperty.Type-Eigenschaft

Ruft den Typ der Eigenschaft ab.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private ReadOnly Property Type As Type
    Implements ISfcProperty.Type
    Get
'Usage
Dim instance As [Property]
Dim value As Type

value = CType(instance, ISfcProperty).Type
Type ISfcProperty.Type { get; }
private:
virtual property Type^ Type {
    Type^ get () sealed = ISfcProperty::Type::get;
}
private abstract Type : Type
private override Type : Type
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System. . :: . .Type
Ein Type-Systemobjektwert, der den Typ der Eigenschaft angibt.

Implementiert

ISfcProperty. . :: . .Type