DtsContainer.ForcedExecutionValue Property
If the ForceExecutionValue property is set to True, gets or sets a value that specifies the optional execution value that the package returns.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Property ForcedExecutionValue As Object
public Object ForcedExecutionValue { get; set; }
public:
property Object^ ForcedExecutionValue {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_ForcedExecutionValue ()
/** @property */
public void set_ForcedExecutionValue (Object value)
public function get ForcedExecutionValue () : Object
public function set ForcedExecutionValue (value : Object)
Property Value
An object. The default value of this property is 0.
Remarks
To return an optional forced execution value, set the ForceExecutionValue property to True and provide a value for the ForcedExecutionValue property.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also