ToSet-Methode
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function ToSet As Set
'Usage
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
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer. . :: . .Set
A Set.
Hinweise
The tuples are specified either when the SetBuilder is created or by calling the Add method.