SsisServerExecution 类

Represents the SSIS server execution.

继承层次结构

System.Object
  Microsoft.SqlServer.Dts.Runtime.SsisServerExecution

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Class SsisServerExecution _
    Implements IDTSServerExecution100
用法
Dim instance As SsisServerExecution
public class SsisServerExecution : IDTSServerExecution100
public ref class SsisServerExecution : IDTSServerExecution100
type SsisServerExecution =  
    class 
        interface IDTSServerExecution100 
    end
public class SsisServerExecution implements IDTSServerExecution100

SsisServerExecution 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Dispose Releases the resources used by the SsisServerExecution class.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 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 (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime 命名空间