DtsContainer.ExecutionStatus Property

 

Applies To: SQL Server 2016 Preview

Returns a value that indicates the current status of the execution of the DtsContainer object at the time of the call.

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

Syntax

public DTSExecStatus ExecutionStatus { get; }
public:
property DTSExecStatus ExecutionStatus {
    DTSExecStatus get();
}
member ExecutionStatus : DTSExecStatus with get
Public ReadOnly Property ExecutionStatus As DTSExecStatus

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.DTSExecStatus

Returns a DTSExecResult enumeration.

See Also

DtsContainer Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top