Bagikan melalui


IDTSContainer100.ForceExecutionResult Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the forced execution result of the container.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property ForceExecutionResult As DTSForcedExecResult 
    Get 
    Set
'Usage
Dim instance As IDTSContainer100 
Dim value As DTSForcedExecResult 

value = instance.ForceExecutionResult

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

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult
A DTSForcedExecResult enumeration that reports the forced success or failure of the package or container.

Remarks

For more information, see DtsContainer.

See Also

Reference

IDTSContainer100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace