Freigeben über


Property.ISfcProperty.Type-Eigenschaft

Gets the type of property.

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
A Type system object value that specifies the type of property.

Implementiert

ISfcProperty.Type

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Property Klasse

Microsoft.SqlServer.Management.Smo-Namespace