Costruttore SfcConnectionContext
Initializes a new instance of the SfcConnectionContext class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
domain As ISfcHasConnection _
)
'Utilizzo
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
)
Parametri
- domain
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcHasConnection
An ISfcHasConnection object that contains the connection to the domain instance. If this value is nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)., the Mode property is set to Offline and cannot be changed; otherwise, the Mode property is set to Online.
Vedere anche