DtsContainer.ForceExecutionValue Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se il valore di esecuzione del contenitore deve essere forzato per contenere un valore specifico.

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à

Valore booleano che indica se il valore di esecuzione del contenitore deve essere forzato per contenere un valore specifico.

Attributi

Commenti

Per restituire un valore di esecuzione forzata facoltativo, impostare la ForceExecutionValue proprietà su True e specificare un valore per la ForcedExecutionValue proprietà .

Si applica a