DacExtractOptions.IgnorePermissions 属性

定义

获取或设置一个布尔值,该值指定是否应忽略权限。

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

属性值

如果将忽略权限,则为 true;否则为 false。 默认值为 true。

属性

适用于