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
すべてのグループ メンバーを含む文字列のコレクションです。