Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a Tuple to the set.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub Add ( _
tuple As Tuple _
)
'Usage
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
)
Parameters
- tuple
Type: Microsoft.AnalysisServices.AdomdServer.Tuple
The Tuple to be appended to the set.
Remarks
The appended Tuple is added to the end of the internal Tuple collection.