共用方式為


DtsContainer.ForceExecutionResult Property

Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container.

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

語法

'宣告
Public Property ForceExecutionResult As DTSForcedExecResult
public DTSForcedExecResult ForceExecutionResult { get; set; }
public:
property DTSForcedExecResult ForceExecutionResult {
    DTSForcedExecResult get ();
    void set (DTSForcedExecResult value);
}
/** @property */
public DTSForcedExecResult get_ForceExecutionResult ()

/** @property */
public void set_ForceExecutionResult (DTSForcedExecResult value)
public function get ForceExecutionResult () : DTSForcedExecResult

public function set ForceExecutionResult (value : DTSForcedExecResult)

屬性值

A DTSForcedExecResult enumeration that indicates the success or failure of the package or container. The default value of this property is None, which indicates that the container does not force its execution outcome. You can use the ForceExecutionResult property on a task or container to test the use of checkpoints in a package. By setting ForceExecutionResult of the task or container to Failure, you can imitate real-time failure. When you rerun the package, failed task and containers will be rerun. For more information, see 在封裝中使用檢查點.

執行緒安全性

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