Share via


SsisServerExecution Class

Represents the SSIS server execution.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.SsisServerExecution

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Class SsisServerExecution _
    Implements IDTSServerExecution100
'Usage
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =  
    class 
        interface IDTSServerExecution100 
    end
public class SsisServerExecution implements IDTSServerExecution100

The SsisServerExecution type exposes the following members.

Properties

  Name Description
Public property ExecutionID Gets the execution identifier of the instance.
Public property ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Public property Synchronized Gets a value that indicates whether the execution is synchronized.

Top

Methods

  Name Description
Public method Dispose Releases the resources used by the SsisServerExecution class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetCallerInfo Sets the caller information of server.
Public method SetParameterValue Sets a parameter value to the server.
Public method SetPropertyOverrideValue Sets the property value to the SsisServerExecution instance.
Public method Start Starts the execution for the SsisServerExecution instance.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace