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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。