ExecutionValue 属性

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
程序集:  Microsoft.SqlServer.WMIDRTask(在 Microsoft.SqlServer.WMIDRTask.dll 中)

语法

声明
Public Overrides ReadOnly Property ExecutionValue As Object
    Get
用法
Dim instance As WmiDataReaderTask
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 return value of this property is the Output property of the task, and is needs to be compatible with the OutputType.