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.
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
'Declaration
Public ReadOnly Property ExecutionStatus As DTSExecStatus
Get
'Usage
Dim instance As DtsContainer
Dim value As DTSExecStatus
value = instance.ExecutionStatus
public DTSExecStatus ExecutionStatus { get; }
public:
property DTSExecStatus ExecutionStatus {
DTSExecStatus get ();
}
member ExecutionStatus : DTSExecStatus
function get ExecutionStatus () : DTSExecStatus
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.DTSExecStatus
Returns a DTSExecResult enumeration.