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.