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.