Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionStatus As Integer
Get
'Usage
Dim instance As SsisServerExecution
Dim value As Integer
value = instance.ExecutionStatus
public int ExecutionStatus { get; }
public:
virtual property int ExecutionStatus {
int get () sealed;
}
abstract ExecutionStatus : int
override ExecutionStatus : int
final function get ExecutionStatus () : int
Property Value
Type: System.Int32
The execution status of the object instance.
Implements
IDTSServerExecution100.ExecutionStatus