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