다음을 통해 공유


AdomdDataReader.IsClosed 속성

Gets a value indicating whether the data reader is closed.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property IsClosed As Boolean 
    Get
‘사용 방법
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

속성 값

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

구현

IDataReader.IsClosed

주의

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

참고 항목

참조

AdomdDataReader 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스