SsisServerExecution 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示SSIS服务器的执行。
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
- 继承
-
SsisServerExecution
- 实现
属性
| 名称 | 说明 |
|---|---|
| ExecutionID |
获取实例的执行标识符。 |
| ExecutionStatus |
获得一个表示当前对象执行 SsisServerExecution 状态的值。 |
| Synchronized |
获得一个表示执行是否同步的值。 |
方法
| 名称 | 说明 |
|---|---|
| Dispose() |
释放类使用 SsisServerExecution 的资源。 |
| SetCallerInfo(String) |
设置服务器的来电信息。 |
| SetParameterValue(DTSServerParameterType, String, String) |
为服务器设置参数值。 |
| SetPropertyOverrideValue(String, String, Boolean) |
将属性值设置为实例 SsisServerExecution 。 |
| Start() |
启动实例的执行 SsisServerExecution 。 |