Freigeben über


Property.Type-Eigenschaft

Gets the type of property.

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

Syntax

'Declaration
Public ReadOnly Property Type As Type 
    Get
'Usage
Dim instance As [Property]
Dim value As Type 

value = instance.Type
public Type Type { get; }
public:
property Type^ Type {
    Type^ get ();
}
member Type : Type
function get Type () : Type

Eigenschaftswert

Typ: System.Type
A Type system object value that specifies the type of property.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

Property Klasse

Microsoft.SqlServer.Management.Smo-Namespace