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。

属性

适用于