Partager via


JobProperties.IncludeConfigurations Propriété

Définition

Indique s’il faut inclure ou non des configurations dans le travail.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="includeConfigurations")]
public bool? IncludeConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="includeConfigurations")>]
member this.IncludeConfigurations : Nullable<bool> with get, set
Public Property IncludeConfigurations As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Le service suppose que cette valeur est false, si elle n’est pas spécifiée. Si la valeur est true, les configurations sont incluses dans l’importation/exportation des données.

S’applique à