共用方式為


Type 屬性

Gets a Type representing the type of the Property.

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

語法

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

屬性值

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