共用方式為


DtsContainer.ForceExecutionResult 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property ForceExecutionResult As DTSForcedExecResult 
    Get 
    Set
'用途
Dim instance As DtsContainer 
Dim value As DTSForcedExecResult 

value = instance.ForceExecutionResult

instance.ForceExecutionResult = value
public DTSForcedExecResult ForceExecutionResult { get; set; }
public:
property DTSForcedExecResult ForceExecutionResult {
    DTSForcedExecResult get ();
    void set (DTSForcedExecResult value);
}
member ForceExecutionResult : DTSForcedExecResult with get, set
function get ForceExecutionResult () : DTSForcedExecResult 
function set ForceExecutionResult (value : DTSForcedExecResult)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.DTSForcedExecResult
A DTSForcedExecResult enumeration that reports the forced 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 使用檢查點來重新啟動封裝.

請參閱

參考

DtsContainer 類別

Microsoft.SqlServer.Dts.Runtime 命名空間