Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value indicating whether the data reader is closed.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsClosed As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
A Boolean that contains a value indicating whether the data reader is closed.
Implementiert
Hinweise
The IsClosed property and the RecordsAffected property are the only properties that can be called when a AdomdDataReader is closed.