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