다음을 통해 공유


Member.Properties 속성

Gets a PropertyCollection that contains the properties associated with the Member.

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

구문

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

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

속성 값

유형: Microsoft.AnalysisServices.AdomdClient.PropertyCollection
A PropertyCollection that contains the properties associated with the member.

주의

If the Member is populated by CellSet, GetChildren, or GetMembers, this property is always Empty until FetchAllProperties is called.

참고 항목

참조

Member 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스