DtsContainer.ForcedExecutionValue Proprietà

Definizione

Se la ForceExecutionValue proprietà è impostata su True, ottiene o imposta un valore che specifica il valore di esecuzione facoltativo restituito dal pacchetto.

public:
 property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ 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), "ForcedExecutionValueDesc")]
public object ForcedExecutionValue { 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), "ForcedExecutionValueDesc")>]
member this.ForcedExecutionValue : obj with get, set
Public Property ForcedExecutionValue As Object

Valore della proprietà

Oggetto. Il valore predefinito di questa proprietà è 0.

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