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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases the resources used by the SsisServerExecution class. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from 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 | (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.