共用方式為


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.