Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns a MemberCollection that contains a collection of members for the Level. Note This method loads all members of the level. If there are a large number of members, this method may take a long time to execute.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetMembers As MemberCollection
'Uso
Dim instance As Level
Dim returnValue As MemberCollection
returnValue = instance.GetMembers()
public MemberCollection GetMembers()
public:
MemberCollection^ GetMembers()
member GetMembers : unit -> MemberCollection
public function GetMembers() : MemberCollection
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.MemberCollection
A MemberCollection that contains a collection of members for the Level.
Comentarios
The GetMembers method provides a collection of Member objects that represent the members that are associated with the level.