Type 属性

Gets a Type that represents the type of the property represented by OlapInfoProperty.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Type As Type
    Get
用法
Dim instance As OlapInfoProperty
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 that represents the type of the property represented by OlapInfoProperty.