Compartilhar via


DataReader.Close Method

Closes the underlying connection to the data store.

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

Usage

'Usage
Dim instance As DataReader

instance.Close

Syntax

'Declaration
Public Sub Close
public void Close ()
public:
void Close ()
public void Close ()
public function Close ()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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