Compartir a través de


DacDeployOptions.AllowExternalLibraryPaths Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se deben usar rutas de acceso de archivo para la implementación 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 de propiedad

True para usar rutas de acceso de archivo (en lugar de contenido) para bibliotecas externas; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a