Share via


TableCollection.Add-Methode

Adds a table to the table collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Add ( _
    table As Table _
)
'Usage
Dim instance As TableCollection 
Dim table As Table

instance.Add(table)
public void Add(
    Table table
)
public:
void Add(
    Table^ table
)
member Add : 
        table:Table -> unit
public function Add(
    table : Table
)

Parameter

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

TableCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace