Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime