SetBuilder.ToSet Method
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
Return Value
Remarks
The tuples are specified either when the SetBuilder is created or by calling the Add method.