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

注释

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