DacDeployOptions.AllowExternalLanguagePaths Eigenschaft

Definition

Dient zum Abrufen oder Festlegen vom Typ Boolean, der angibt, ob Dateipfade für die Bereitstellung externer Sprachen verwendet werden sollen.

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

Eigenschaftswert

True, um Dateipfade (anstelle von Inhalten) für externe Sprachen zu verwenden; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: