Compartir a través de


Add Método

Adds a Tuple to the set.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    tuple As Tuple _
)
'Uso
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
)

Parámetros

Notas

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