共用方式為


LocalizablePropertyDescriptor.ComponentType 屬性

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

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

語法

'宣告
Public Overrides ReadOnly Property ComponentType As Type 
    Get
'用途
Dim instance As LocalizablePropertyDescriptor 
Dim value As Type 

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

屬性值

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

請參閱

參考

LocalizablePropertyDescriptor 類別

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