Freigeben über


OutputType Enumeration

Determines the type of output returned by a WmiDataReaderTask class.

Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly : Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

Syntax

'Declaration
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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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