Share via


Member.Type Property

Gets the member type of the Member.

네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv (in msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Type As MemberTypeEnum
public MemberTypeEnum Type { get; }
public:
property MemberTypeEnum Type {
    MemberTypeEnum get ();
}
/** @property */
public MemberTypeEnum get_Type ()
public function get Type () : MemberTypeEnum

속성 값

A MemberTypeEnum enumeration value that represents the member type of the Member.

예외

예외 유형 상태
InvalidOperationException

This property was not explicitly requested in the query, and was populated by a CellSet. For more information about this exception, see InvalidOperationException Class.

주의

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.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace