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

屬性值

外部語言確實使用檔案路徑(而非內容路徑);否則,則為錯誤。 預設值為 false。

屬性

適用於