AdomdDataReader.IsClosed Property

 

Gets a value indicating whether the data reader is closed.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool IsClosed { get; }
public:
property bool IsClosed {
    virtual bool get() sealed;
}
abstract IsClosed : bool with get
override IsClosed : bool with get
Public ReadOnly Property IsClosed As Boolean

Property Value

Type: System.Boolean

A Boolean that contains a value indicating whether the data reader is closed.

Implements

IDataReader.IsClosed

Remarks

The IsClosed property and the RecordsAffected property are the only properties that can be called when an AdomdDataReader is closed.

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top