SfcConnectionContext(ISfcHasConnection) 建構函式

定義

建立追蹤與離線、線上及批次更新模式轉換的上下文。

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)

參數

domain
ISfcHasConnection

此上下文的網域實例。 若為 null,則模式固定為離線且無法更改,否則初始化為線上模式。

適用於