Freigeben über


SetBuilder.Add Method

Adds a Tuple to the set.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Sub Add ( _
    tuple As Tuple _
)
public void Add (
    Tuple tuple
)
public:
void Add (
    Tuple^ tuple
)
public void Add (
    Tuple tuple
)
public function Add (
    tuple : Tuple
)

Parameter

  • tuple
    The Tuple to be appended to the set.

Hinweise

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

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

SetBuilder Class
SetBuilder Members
Microsoft.AnalysisServices.AdomdServer Namespace