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 命名空间