Condividi tramite


DacDeployOptions.AllowExternalLibraryPaths Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se i percorsi dei file devono essere usati per la distribuzione di librerie esterne.

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

Valore della proprietà

True per usare i percorsi di file (anziché il contenuto) per le librerie esterne; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a