Compartir a través de


AdomdDataReader.IsClosed Propiedad

Gets a value indicating whether the data reader is closed.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Implementa

IDataReader.IsClosed

Comentarios

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

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer