다음을 통해 공유


ToSet 메서드

Gets a Set based on the specified Tuple objects.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Function ToSet As Set
‘사용 방법
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

주의

The tuples are specified either when the SetBuilder is created or by calling the Add method.