共用方式為


Property.Type 屬性

Gets a Type representing the type of the Property.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Type As Type 
    Get
'用途
Dim instance As [Property]
Dim value As Type 

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

屬性值

型別:System.Type
A Type representing the type of the Property.

請參閱

參考

Property 類別

Microsoft.AnalysisServices.AdomdServer 命名空間