IVsDataColumn.Ordinal Property

Gets the ordinal number of the column, which specifies the order of the column in the columns collection.

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

Syntax

'Declaration
ReadOnly Property Ordinal As Integer
'Usage
Dim instance As IVsDataColumn 
Dim value As Integer 

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

Property Value

Type: System.Int32
An integer value specifying the ordinal number of the column.

.NET Framework Security

See Also

Reference

IVsDataColumn Interface

IVsDataColumn Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace