Compartilhar via


Propriedade do RDL AdomdDataReader.IsClosed

Gets a value indicating whether the data reader is closed.

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

Sintaxe

'Declaração
Public ReadOnly Property IsClosed As Boolean 
    Get
'Uso
Dim instance As AdomdDataReader 
Dim value As Boolean 

value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () sealed;
}
abstract IsClosed : bool 
override IsClosed : bool
final function get IsClosed () : boolean

Valor da propriedade

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

Implementa

IDataReader.IsClosed

Comentários

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

Consulte também

Referência

AdomdDataReader Classe

Namespace Microsoft.AnalysisServices.AdomdClient