TupleBuilder.ToTuple 메서드

Gets a Tuple based on the specified Member objects.

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

구문

‘선언
Public Function ToTuple As Tuple
‘사용 방법
Dim instance As TupleBuilder 
Dim returnValue As Tuple 

returnValue = instance.ToTuple()
public Tuple ToTuple()
public:
Tuple^ ToTuple()
member ToTuple : unit -> Tuple
public function ToTuple() : Tuple

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.Tuple
A Tuple.

주의

The members are specified either when the TupleBuilder is created or by calling the Add method.

참고 항목

참조

TupleBuilder 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스