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.