DtsContainer.ExecutionStatus Property
Returns a value that indicates the current status of the execution of the DtsContainer object at the time of the call.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExecutionStatus As DTSExecStatus
public DTSExecStatus ExecutionStatus { get; }
public:
property DTSExecStatus ExecutionStatus {
DTSExecStatus get ();
}
/** @property */
public DTSExecStatus get_ExecutionStatus ()
public function get ExecutionStatus () : DTSExecStatus
Значение свойства
Returns a DTSExecResult enumeration.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace