IVsDataReader.IsClosed 属性

当实现由选件类,获取指示的 Boolean 值所指定的读取器是否关闭。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property IsClosed As Boolean
bool IsClosed { get; }
property bool IsClosed {
    bool get ();
}
abstract IsClosed : bool
function get IsClosed () : boolean

属性值

类型:System.Boolean
true ,如果指定的数据读取器关闭的;否则,false。

.NET Framework 安全性

请参见

参考

IVsDataReader 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间