ReplicationConnection.GeneratedByKcc 屬性

定義

取得或設定值,表示這個複寫連接是否由認知一致性檢查程式 (KCC) 所產生。

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

屬性值

如果這個複寫連接是由 KCC 所產生,則為 true;否則為 false

例外狀況

目前的物件已經處置。

適用於