HResults.DTS_E_ALREADYEXECUTING Field
Execute call failed because the executable is already executing. This error occurs when the client calls Execute on a container that is still executing from the last Execute call.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
Public Const DTS_E_ALREADYEXECUTING As Integer
public const int DTS_E_ALREADYEXECUTING
public:
literal int DTS_E_ALREADYEXECUTING
public static final int DTS_E_ALREADYEXECUTING
public const var DTS_E_ALREADYEXECUTING : int
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
HResults Class
HResults Members
Microsoft.SqlServer.Dts.Runtime Namespace