共用方式為


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。

屬性

適用於