Share via


DataReader Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Reads information from a management group.

The following tables list the members exposed by the DataReader type.

Protected Constructors

  Name Description
  DataReader Initializes a new instance of the DataReader class using the specified parameters.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property BufferSize Gets or sets the buffer size used when reading information from the data store.
public property IsComplete Gets a value that describes if the reader is complete or not.

Top

Protected Properties

  Name Description
protected property ManagementGroup Gets the EnterpriseManagementGroup object associated with this DataReader.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Close Closes the underlying connection to the data store.
public method Dispose Closes the underlying connection to the data store and releases any resources used by this object.
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method Read Moves the reader to the next result object.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GetResult Gets the Result value of the most recent operation.
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

DataReader Class
Microsoft.EnterpriseManagement.Common Namespace