DataReader Members
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 | |
---|---|---|
![]() |
BufferSize | Gets or sets the buffer size used when reading information from the data store. |
![]() |
IsComplete | Gets a value that describes if the reader is complete or not. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
ManagementGroup | Gets the EnterpriseManagementGroup object associated with this DataReader. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Close | Closes the underlying connection to the data store. |
![]() |
Dispose | Closes the underlying connection to the data store and releases any resources used by this object. |
![]() |
Equals | Overloaded. (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
Read | Moves the reader to the next result object. |
![]() ![]() |
ReferenceEquals | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
GetResult | Gets the Result value of the most recent operation. |
![]() |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
DataReader Class
Microsoft.EnterpriseManagement.Common Namespace