WmiDataReaderTask.OutputType 属性

Gets or sets a OutputType value that indicates the type of output, such as a DataTable or a string, returned by the WmiDataReaderTask.

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

语法

声明
Public Property OutputType As OutputType 
    Get 
    Set
用法
Dim instance As WmiDataReaderTask 
Dim value As OutputType 

value = instance.OutputType

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

属性值

类型:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.OutputType
A OutputType value. The default is DataTable.

实现

IWmiDataReaderTask.OutputType

注释

The following values are possible:

  • A data table.

  • A property name and value pair, where the property name and value will be returned as comma-separated strings, with each pair on one line.

  • One or more values, where each value is on one line.

请参阅

参考

WmiDataReaderTask 类

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