Freigeben über


IDTSContainer100.ForceExecutionResult-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

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

Hinweise

For more information, see DtsContainer.

Siehe auch

Verweis

IDTSContainer100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace