Condividi tramite


DacDeployOptions.AllowExternalLanguagePaths Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se i percorsi di file devono essere usati per la distribuzione del linguaggio esterno.

public bool AllowExternalLanguagePaths { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowExternalLanguagePaths")]
public bool AllowExternalLanguagePaths { get; set; }
member this.AllowExternalLanguagePaths : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowExternalLanguagePaths")>]
member this.AllowExternalLanguagePaths : bool with get, set
Public Property AllowExternalLanguagePaths As Boolean

Valore della proprietà

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

Attributi

Si applica a