DtsContainer.ForceExecutionValue Proprietà

Definizione

Ottiene o imposta un Booleano che indica se il valore di esecuzione del contenitore deve essere forzato a contenere un valore particolare.

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

Valore della proprietà

Un Boolean che indica se il valore di esecuzione del contenitore deve essere forzato a contenere un valore particolare.

Attributi

Commenti

Per restituire un valore di esecuzione forzata opzionale, imposta la ForceExecutionValue proprietà a True e fornisce un valore per la ForcedExecutionValue proprietà.

Si applica a