SsisServerExecution.ExecutionStatus 属性

Gets a value that indicates the current status of the execution of the SsisServerExecution object.

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

语法

声明
Public ReadOnly Property ExecutionStatus As Integer 
    Get
用法
Dim instance As SsisServerExecution 
Dim value As Integer 

value = instance.ExecutionStatus
public int ExecutionStatus { get; }
public:
virtual property int ExecutionStatus {
    int get () sealed;
}
abstract ExecutionStatus : int 
override ExecutionStatus : int
final function get ExecutionStatus () : int

属性值

类型:System.Int32
The execution status of the object instance.

实现

IDTSServerExecution100.ExecutionStatus

请参阅

参考

SsisServerExecution 类

Microsoft.SqlServer.Dts.Runtime 命名空间