SfcConnectionContext Constructor
Initializes a new instance of the SfcConnectionContext class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
___domain As ISfcHasConnection _
)
'Usage
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
)
Parameters
- ___domain
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection
An ISfcHasConnection object that contains the connection to the ___domain instance. If this value is nulla null reference (Nothing in Visual Basic), the Mode property is set to Offline and cannot be changed; otherwise, the Mode property is set to Online.