共用方式為


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。

屬性

適用於