Compartir a través de


TableCollection.Add Método

Adds a table to the table collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    table As Table _
)
'Uso
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
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

TableCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo