Compartir a través de


JobProperties.IncludeConfigurations Propiedad

Definición

Si se van a incluir o no configuraciones en el trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El servicio supone que es false, si no se especifica. Si es true, las configuraciones se incluyen en la importación o exportación de datos.

Se aplica a