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.