Compartir a través de


ExecuteDataFlowActivity.ContinueOnError Propiedad

Definición

Obtiene o establece la configuración de error usada para la ejecución del flujo de datos. Permite que el procesamiento continúe si se produce un error en un receptor. Tipo: booleano (o Expression con resultType boolean)

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.continueOnError")]
public object ContinueOnError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.continueOnError")>]
member this.ContinueOnError : obj with get, set
Public Property ContinueOnError As Object

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a