Proprietà Members
Gets a collection of strings with all group members.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Members As StringCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.Specialized. . :: . .StringCollection
A collection of strings with all group members.