共用方式為


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 命名空間