IsClosed 属性
Gets a value indicating whether the data reader is closed.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.
实现
注释
The IsClosed property and the RecordsAffected property are the only properties that can be called when an AdomdDataReader is closed.