Propriedade do RDL Group.Members
Gets a collection of strings with all group members.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Members As StringCollection
Get
'Uso
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
Valor da propriedade
Tipo: System.Collections.Specialized.StringCollection
A collection of strings with all group members.