Partager via


DacDeployOptions.AllowExternalLibraryPaths Propriété

Définition

Obtenez ou définissez une valeur booléenne qui spécifie si les chemins d’accès aux fichiers doivent être utilisés pour le déploiement de bibliothèques externes.

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

Valeur de propriété

True pour utiliser les chemins d’accès aux fichiers (au lieu du contenu) pour les bibliothèques externes ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à