次の方法で共有


DacDeployOptions.DropDmlTriggersNotInSource プロパティ

ソース モデルに存在しない DML トリガーをすべて削除するかどうかを指定するブール値を取得または設定します。

名前空間:  Microsoft.SqlServer.Dac
アセンブリ:  Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)

構文

'宣言
Public Property DropDmlTriggersNotInSource As Boolean 
    Get 
    Set
'使用
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.DropDmlTriggersNotInSource

instance.DropDmlTriggersNotInSource = value
public bool DropDmlTriggersNotInSource { get; set; }
public:
property bool DropDmlTriggersNotInSource {
    bool get ();
    void set (bool value);
}
member DropDmlTriggersNotInSource : bool with get, set
function get DropDmlTriggersNotInSource () : boolean 
function set DropDmlTriggersNotInSource (value : boolean)

プロパティ値

型: System.Boolean
ソース モデルに存在しない DML トリガーを削除する場合は true、それ以外の場合は false。既定値は true です。

関連項目

参照

DacDeployOptions クラス

Microsoft.SqlServer.Dac 名前空間