Freigeben über


DacDeployOptions.AllowExternalLibraryPaths Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob Dateipfade für die Bereitstellung einer externen Bibliothek verwendet werden sollen.

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

Eigenschaftswert

True, um Dateipfade (anstelle von Inhalten) für externe Bibliotheken zu verwenden; Andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: