Udostępnij za pośrednictwem


Metoda TableCollection.Add

Dodaje tabela do kolekcja tabel.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Add ( _
    table As Table _
)
'Użycie
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
)