SfcConnectionContext(ISfcHasConnection) Constructor

Definition

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.

Applies to