DtsContainer.ForcedExecutionValue Property
Gets or sets an object that contains a container-defined value.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
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.
Remarks
Each container that implements this property can use it for its own purposes, and therefore, different containers return different objects in this property. For detailed information about what object is returned, see the individual containers that inherit from DtsContainer, such as the Package, Sequence, TaskHost, ForLoop, and ForEachLoop containers.
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 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace