共用方式為


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 命名空間