共用方式為


OutputType Enumeration

Determines the type of output returned by a WmiDataReaderTask class.

命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

語法

'宣告
Public Enumeration OutputType
public enum OutputType
public enum class OutputType
public enum OutputType
public enum OutputType

Members

Member name Description
DataTable Output is returned as a DataTable.
PropertyNameAndValue Output is returned as a String that contains the name and value of a specified property.
PropertyValue Output is returned as a String that contains the value of a specified property.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace
DestinationType
OutputType