Конструктор SfcConnectionContext
Initializes a new instance of the SfcConnectionContext class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
domain As ISfcHasConnection _
)
'Применение
Dim domain As ISfcHasConnection
Dim instance As New SfcConnectionContext(domain)
public SfcConnectionContext(
ISfcHasConnection domain
)
public:
SfcConnectionContext(
ISfcHasConnection^ domain
)
new :
domain:ISfcHasConnection -> SfcConnectionContext
public function SfcConnectionContext(
domain : ISfcHasConnection
)
Параметры
- domain
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcHasConnection
An ISfcHasConnection object that contains the connection to the domain instance. If this value is nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic), the Mode property is set to Offline and cannot be changed; otherwise, the Mode property is set to Online.
См. также