Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace
DestinationType
OutputType