Property.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.