DacDeployOptions.DropPermissionsNotInSource プロパティ

定義

ソース モデルに存在しないすべてのアクセス許可を削除するかどうかを指定するブール値を取得または設定します。

public bool DropPermissionsNotInSource { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropPermissionsNotInSource")]
public bool DropPermissionsNotInSource { get; set; }
member this.DropPermissionsNotInSource : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropPermissionsNotInSource")>]
member this.DropPermissionsNotInSource : bool with get, set
Public Property DropPermissionsNotInSource As Boolean

プロパティ値

ソース モデルにないアクセス許可を削除する場合は True。それ以外の場合は false。 既定値は falseです。

属性

適用対象