DacDeployOptions.AllowExternalLibraryPaths 属性

定义

获取或设置布尔值,指定是否应将文件路径用于外部库部署。

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

属性值

如果为 True,则使用文件路径 (而不是外部库的内容) ;否则为 false。 默认值为 false。

属性

适用于