IVsDataReader.Status 属性

当实现由选件类,获得数字状态代码返回的当前提供数据的方法的数据读取器。

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

语法

声明
ReadOnly Property Status As Integer
int Status { get; }
property int Status {
    int get ();
}
abstract Status : int
function get Status () : int

属性值

类型:System.Int32
从当前提供数据的方法的整数值状态代码。

备注

没有语义与此状态代码值。作为一个数值,它可以表示类似于受影响的行数,则连接到的关系数据库。但是,为了了解该值,您必须知道数据源您与之通信,以及该提供程序通过此属性提供。

.NET Framework 安全性

请参见

参考

IVsDataReader 接口

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