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.
Gets a Set based on the specified Tuple objects.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function ToSet As Set
'Uso
Dim instance As SetBuilder
Dim returnValue As Set
returnValue = instance.ToSet()
public Set ToSet()
public:
Set^ ToSet()
member ToSet : unit -> Set
public function ToSet() : Set
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.Set
A set object based on the specified tuple objects.
Comentarios
The tuples are specified either when the SetBuilder is created or by calling the Add method.