Position.Members 属性

Gets an instance of the MemberCollection class that contains the members of the Position.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Members As MemberCollection 
    Get
用法
Dim instance As Position 
Dim value As MemberCollection 

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

属性值

类型:Microsoft.AnalysisServices.AdomdClient.MemberCollection
A MemberCollection that contains the members of the Position. The combination of members contained in the MemberCollection class define the tuple represented by the Position.

请参阅

参考

Position 类

Microsoft.AnalysisServices.AdomdClient 命名空间