共用方式為


LocalizablePropertyDescriptor.PropertyType 屬性

Gets the type of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Overrides ReadOnly Property PropertyType As Type 
    Get
'用途
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

屬性值

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

請參閱

參考

LocalizablePropertyDescriptor 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間