SqlConnectionStringBuilder.Replication 屬性

定義

取得或設定布爾值,指出是否支援使用連接進行複寫。

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

屬性值

房產價值 Replication ,若未提供則為虛假。

備註

此特性對應於 連接字串 中的「Replication」鍵。

適用於

另請參閱