SfcConnectionContext Constructor
Initializes a new instance of the SfcConnectionContext class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
domain As ISfcHasConnection _
)
'Uso
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
)
Parámetros
- domain
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection
An ISfcHasConnection object that contains the connection to the domain instance. If this value is nulles una referencia NULL (Nothing en Visual Basic)., the Mode property is set to Offline and cannot be changed; otherwise, the Mode property is set to Online.