変更データ キャプチャ (CDC) の対象として構成されているアイテムを配置中に変更する必要があるかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property DoNotAlterChangeDataCaptureObjects As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.DoNotAlterChangeDataCaptureObjects
instance.DoNotAlterChangeDataCaptureObjects = value
public bool DoNotAlterChangeDataCaptureObjects { get; set; }
public:
property bool DoNotAlterChangeDataCaptureObjects {
bool get ();
void set (bool value);
}
member DoNotAlterChangeDataCaptureObjects : bool with get, set
function get DoNotAlterChangeDataCaptureObjects () : boolean
function set DoNotAlterChangeDataCaptureObjects (value : boolean)
プロパティ値
型: System.Boolean
CDC の対象として構成されているオブジェクトを変更しない場合は true、変更する場合は false。既定値は true です。