Compartilhar via


DataReader Constructor

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

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

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim readerId As Guid
Dim bufferCount As Integer
Dim managementGroup As EnterpriseManagementGroup

Dim instance As New DataReader(readerId, bufferCount, managementGroup)

Syntax

'Declaration
Protected Sub New ( _
    readerId As Guid, _
    bufferCount As Integer, _
    managementGroup As EnterpriseManagementGroup _
)
protected DataReader (
    Guid readerId,
    int bufferCount,
    EnterpriseManagementGroup managementGroup
)
protected:
DataReader (
    Guid readerId, 
    int bufferCount, 
    EnterpriseManagementGroup^ managementGroup
)
protected DataReader (
    Guid readerId, 
    int bufferCount, 
    EnterpriseManagementGroup managementGroup
)
protected function DataReader (
    readerId : Guid, 
    bufferCount : int, 
    managementGroup : EnterpriseManagementGroup
)

Parameters

  • readerId
    A unique identifier for this reader.
  • bufferCount
    The number of data items to maintain in the buffer.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

DataReader Class
DataReader Members
Microsoft.EnterpriseManagement.Common Namespace