DtsContainer.ForceExecutionValue Propiedad

Definición

Obtiene o establece un valor booleano que indica si se debe forzar el valor de ejecución del contenedor para que contenga un valor determinado.

public:
 property bool ForceExecutionValue { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionValueDesc")]
public bool ForceExecutionValue { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionValueDesc")>]
member this.ForceExecutionValue : bool with get, set
Public Property ForceExecutionValue As Boolean

Valor de propiedad

Valor booleano que indica si se debe forzar el valor de ejecución del contenedor para que contenga un valor determinado.

Atributos

Comentarios

Para devolver un valor de ejecución forzada opcional, establezca la ForceExecutionValue propiedad True en y proporcione un valor para la ForcedExecutionValue propiedad .

Se aplica a