AdoDotNetSchemaReader.Status Property

Retrieves a numerical status code returned by the method currently providing data to the DataReader object.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Overrides ReadOnly Property Status As Integer

Dim instance As AdoDotNetSchemaReader
Dim value As Integer

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

Property Value

Type: System.Int32

Returns an integer value specifying a status code.

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 talking to and what the provider is supplying through this property.

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace