Класс SsisServerExecution
Represents the SSIS server execution.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.SsisServerExecution
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Class SsisServerExecution _
Implements IDTSServerExecution100
'Применение
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =
class
interface IDTSServerExecution100
end
public class SsisServerExecution implements IDTSServerExecution100
Тип SsisServerExecution обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
ExecutionID | Gets the execution identifier of the instance. |
![]() |
ExecutionStatus | Gets a value that indicates the current status of the execution of the SsisServerExecution object. |
![]() |
Synchronized | Gets a value that indicates whether the execution is synchronized. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Dispose | Releases the resources used by the SsisServerExecution class. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
SetCallerInfo | Sets the caller information of server. |
![]() |
SetParameterValue | Sets a parameter value to the server. |
![]() |
SetPropertyOverrideValue | Sets the property value to the SsisServerExecution instance. |
![]() |
Start | Starts the execution for the SsisServerExecution instance. |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.