共用方式為


WmiDataReaderTask.Output 屬性

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

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

語法

'宣告
Public Property Output As Object 
    Get 
    Set
'用途
Dim instance As WmiDataReaderTask 
Dim value As Object 

value = instance.Output

instance.Output = value
public Object Output { get; set; }
public:
virtual property Object^ Output {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract Output : Object with get, set 
override Output : Object with get, set
final function get Output () : Object 
final function set Output (value : Object)

屬性值

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

實作

IWmiDataReaderTask.Output

備註

The Output property provides direct access to the output of the task, depending on the OutputType value specified in OutputType. If OutputType is set to DataTable, then this property contains a boxed reference to the DataTable returned by WMI. Otherwise, this property contains a boxed reference to the String returned by WMI.

請參閱

參考

WmiDataReaderTask 類別

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