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.