Freigeben über


JobProperties.IncludeConfigurations Eigenschaft

Definition

Gibt an, ob Konfigurationen in den Auftrag eingeschlossen werden sollen oder nicht.

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Der Dienst geht davon aus, dass dies false ist, falls nicht angegeben. Wenn true, sind Konfigurationen im Import/Export der Daten enthalten.

Gilt für: