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 dei file (anziché il contenuto) per le lingue esterne; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a