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.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)
Syntax
'Declaration
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)
Property Value
A OutputType value. The default is DataTable.
Remarks
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.
Thread Safety
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.
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
WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace