Compartir a través de


SqlSmoObject.AddDatabaseContext Método

Add the database context to the collection of queries identified by the queries parameter.

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

Sintaxis

'Declaración
Protected Sub AddDatabaseContext ( _
    queries As StringCollection _
)
'Uso
Dim queries As StringCollection 

Me.AddDatabaseContext(queries)
protected void AddDatabaseContext(
    StringCollection queries
)
protected:
void AddDatabaseContext(
    StringCollection^ queries
)
member AddDatabaseContext : 
        queries:StringCollection -> unit
protected function AddDatabaseContext(
    queries : StringCollection
)

Parámetros

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo