共用方式為


Group.Members 屬性

Gets a collection of strings with all group members.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property Members As StringCollection 
    Get
'用途
Dim instance As Group 
Dim value As StringCollection 

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

屬性值

型別:System.Collections.Specialized.StringCollection
A collection of strings with all group members.

請參閱

參考

Group 類別

Microsoft.AnalysisServices 命名空間