Поделиться через


Метод SqlSmoObject.AddDatabaseContext

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Sub AddDatabaseContext ( _
    queries As StringCollection _
)
'Применение
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
)

Параметры

См. также

Справочник

SqlSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo