SetBuilder.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
傳回值
型別:Microsoft.AnalysisServices.AdomdServer.Set
A set object based on the specified tuple objects.
備註
The tuples are specified either when the SetBuilder is created or by calling the Add method.