다음을 통해 공유


Type 속성

Gets the member type of the Member.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public ReadOnly Property Type As MemberTypeEnum
    Get
‘사용 방법
Dim instance As Member
Dim value As MemberTypeEnum

value = instance.Type
public MemberTypeEnum Type { get; }
public:
property MemberTypeEnum Type {
    MemberTypeEnum get ();
}
member Type : MemberTypeEnum
function get Type () : MemberTypeEnum

속성 값

형식: Microsoft.AnalysisServices.AdomdClient. . :: . .MemberTypeEnum
A MemberTypeEnum enumeration value that represents the member type of the Member.

예외

예외 조건
System..::..InvalidOperationException

This property was not explicitly requested in the query, and was populated by a CellSet.

주의

Unless this property has been explicitly requested in the query, accessing this property raises an InvalidOperationException exception if the Member is populated by a CellSet.