Share via


Méthode Add

Adds a table to the table collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    table As Table _
)
'Utilisation
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
)