DacDeployOptions.AllowExternalLanguagePaths 属性

定义

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

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

属性值

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

属性

适用于