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