DtsContainer.ForcedExecutionValue Property

Gets or sets an object that contains a container-defined value.

命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

語法

'宣告
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)

屬性值

An object.

備註

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.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace