WmiDataReaderTask.OutputType Property

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 (in microsoft.sqlserver.wmidrtask.dll)

语法

声明
Public Property OutputType As OutputType
public OutputType OutputType { get; set; }
public:
virtual property OutputType OutputType {
    OutputType get () sealed;
    void set (OutputType value) sealed;
}
/** @property */
public final OutputType get_OutputType ()

/** @property */
public final void set_OutputType (OutputType value)
public final function get OutputType () : OutputType

public final function set OutputType (value : OutputType)

属性值

A OutputType value. The default is DataTable.

备注

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.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace