Freigeben über


LocalizablePropertyDescriptor.PropertyType-Eigenschaft

Gets the type of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property PropertyType As Type 
    Get
'Usage
Dim instance As LocalizablePropertyDescriptor 
Dim value As Type 

value = instance.PropertyType
public override Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get () override;
}
abstract PropertyType : Type 
override PropertyType : Type
override function get PropertyType () : Type

Eigenschaftswert

Typ: System.Type
A Type object that represents the type of the property.

Siehe auch

Verweis

LocalizablePropertyDescriptor Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace