Partager via


IVsDataReader.Status Property

When implemented by a class, gets a numerical status code returned by the method currently providing data to the data reader.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property Status As Integer

Dim instance As IVsDataReader
Dim value As Integer

value = instance.Status
int Status { get; }
property int Status {
    int get ();
}
function get Status () : int

Property Value

Type: System.Int32

An integer value status code from the method currently providing data.

Remarks

There are no semantics associated with this status code value. As a numerical value, it can represent something like the number of rows affected when connected to a relational database. However, in order to understand the value, you must know what data source you are communicating with and what the provider is supplying through this property.

Permissions

See Also

Reference

IVsDataReader Interface

IVsDataReader Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace