共用方式為


WmiEventWatcherTask.ExecutionValue 屬性

Gets an Object that contains the results of the WmiEventWatcherTask task.

命名空間:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
組件:  Microsoft.SqlServer.WMIEWTask (在 Microsoft.SqlServer.WMIEWTask.dll 中)

語法

'宣告
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'用途
Dim instance As WmiEventWatcherTask 
Dim value As Object 

value = instance.ExecutionValue
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
abstract ExecutionValue : Object 
override ExecutionValue : Object
override function get ExecutionValue () : Object

屬性值

型別:System.Object
An Object that contains the results of the task.

備註

The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.

請參閱

參考

WmiEventWatcherTask 類別

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask 命名空間