DtsContainer.ExecutionStatus Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::DTSExecStatus ExecutionStatus { Microsoft::SqlServer::Dts::Runtime::DTSExecStatus get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ExecutionStatusDesc")]
public Microsoft.SqlServer.Dts.Runtime.DTSExecStatus ExecutionStatus { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ExecutionStatusDesc")>]
member this.ExecutionStatus : Microsoft.SqlServer.Dts.Runtime.DTSExecStatus
Public ReadOnly Property ExecutionStatus As DTSExecStatus

Property Value

Returns a DTSExecResult enumeration.

Attributes

Applies to