次の方法で共有


SqlDeploymentOptions.DropDmlTriggersNotInSource プロパティ

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

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

構文

'宣言
Public ReadOnly Property DropDmlTriggersNotInSource As Boolean 
    Get
'使用
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

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

プロパティ値

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

関連項目

参照

SqlDeploymentOptions クラス

Microsoft.SqlServer.Dac.Deployment 名前空間