SetBuilder.ToSet 메서드

Gets a Set based on the specified Tuple objects.

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

구문

‘선언
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

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.Set
A set object based on the specified tuple objects.

주의

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

참고 항목

참조

SetBuilder 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스