다음을 통해 공유


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

주의

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