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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace