Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a value that indicates the current status of the execution of the EventHandlerClass object at the time of the call.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ExecutionStatus As DTSExecStatus
Get
'Usage
Dim instance As EventHandlerClass
Dim value As DTSExecStatus
value = instance.ExecutionStatus
public virtual DTSExecStatus ExecutionStatus { get; }
public:
virtual property DTSExecStatus ExecutionStatus {
DTSExecStatus get ();
}
abstract ExecutionStatus : DTSExecStatus
override ExecutionStatus : DTSExecStatus
function get ExecutionStatus () : DTSExecStatus
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
One of the enumeration values of the DTSExecStatus enumeration.
Implements
IDTSContainer100.ExecutionStatus