Add 方法

Adds a Tuple to the set.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Sub Add ( _
    tuple As Tuple _
)
用法
Dim instance As SetBuilder
Dim tuple As Tuple

instance.Add(tuple)
public void Add(
    Tuple tuple
)
public:
void Add(
    Tuple^ tuple
)
member Add : 
        tuple:Tuple -> unit 
public function Add(
    tuple : Tuple
)

参数

注释

The appended Tuple is added to the end of the internal Tuple collection.