SsisServerExecution Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the SSIS server execution.
public ref class SsisServerExecution : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100
public class SsisServerExecution : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
type SsisServerExecution = class
interface IDTSServerExecution100
Public Class SsisServerExecution
Implements IDTSServerExecution100
- Inheritance
-
SsisServerExecution
- Implements
Properties
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. |
Methods
Dispose() |
Releases the resources used by the SsisServerExecution class. |
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. |