SfcConnectionContext(ISfcHasConnection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Construct the context for tracking and transitioning between offlinf, online and batch update modes.
public SfcConnectionContext (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection domain);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcHasConnection -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
Public Sub New (domain As ISfcHasConnection)
Parameters
- domain
- ISfcHasConnection
The domain instance for this context. If null, then the mode is fixed as Offline and cannot be changed, otherwise it is initialized to Online.