DtsContainer.ExecutionStatus Propiedad

Definición

Devuelve un valor que indica el estado actual de la ejecución del objeto DtsContainer en el momento de la llamada.

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

Valor de propiedad

Devuelve una enumeración DTSExecResult.

Atributos

Se aplica a