ReplicationConnection.Enabled 屬性

定義

取得或設定值,表示是否啟用這個複寫連接。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

如果要啟用此複寫連線,則為 true,否則為 false

例外狀況

目前的物件已經處置。

適用於