SetBuilder.ToSet Method
Gets a Set based on the specified Tuple objects.
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
Type: Microsoft.AnalysisServices.AdomdServer.Set
A set object based on the specified tuple objects.
Remarks
The tuples are specified either when the SetBuilder is created or by calling the Add method.