다음을 통해 공유


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.