Freigeben über


SsisServerExecution-Klasse

Represents the SSIS server execution.

Vererbungshierarchie

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

Der SsisServerExecution-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExecutionID Gets the execution identifier of the instance.
Öffentliche Eigenschaft ExecutionStatus Gets a value that indicates the current status of the execution of the SsisServerExecution object.
Öffentliche Eigenschaft Synchronized Gets a value that indicates whether the execution is synchronized.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases the resources used by the SsisServerExecution class.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetCallerInfo Sets the caller information of server.
Öffentliche Methode SetParameterValue Sets a parameter value to the server.
Öffentliche Methode SetPropertyOverrideValue Sets the property value to the SsisServerExecution instance.
Öffentliche Methode Start Starts the execution for the SsisServerExecution instance.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace