DataReader Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads information from a management group
.
public ref class DataReader abstract : IDisposable
public abstract class DataReader : IDisposable
type DataReader = class
interface IDisposable
Public MustInherit Class DataReader
Implements IDisposable
- Inheritance
-
DataReader
- Implements
Constructors
DataReader(Guid, Int32, EnterpriseManagementGroup) |
Initializes a new instance of the DataReader class using the specified parameters. |
Properties
BufferSize |
Gets or sets the buffer size used when reading information from the |
IsComplete |
Gets a value that describes if the reader is complete or not. |
ManagementGroup |
Gets the EnterpriseManagementGroup object associated with this DataReader. |
Methods
Close() |
Closes the underlying connection to the |
Dispose() |
Closes the underlying connection to the |
GetResult() |
Gets the Result value of the most recent operation. |
Read() |
Moves the reader to the next result object. |