Partilhar via


DacDeployOptions.AllowExternalLibraryPaths Propriedade

Definição

Obter ou definir booleano que especifica se os caminhos de arquivo devem ser usados para implantação de biblioteca externa.

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

Valor da propriedade

True para usar caminhos de arquivo (em vez de conteúdo) para bibliotecas externas; caso contrário, false. O padrão é false.

Atributos

Aplica-se a