SsisServerExecution Class
Represents the SSIS server execution.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the SsisServerExecution class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetCallerInfo(String^) | Sets the caller information of server. |
![]() | SetParameterValue(DTSServerParameterType, String^, String^) | Sets a parameter value to the server. |
![]() | SetPropertyOverrideValue(String^, String^, Boolean) | Sets the property value to the SsisServerExecution instance. |
![]() | Start() | Starts the execution for the SsisServerExecution instance. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


