Column.Ordinal Property

Gets or sets the ordinal of the column in the given table.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property Ordinal As Integer
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Integer

value = instance.Ordinal
public int Ordinal { get; internal set; }
public:
property int Ordinal {
    int get ();
    internal: void set (int value);
}
member Ordinal : int with get, internal set
function get Ordinal () : int
internal function set Ordinal (value : int)

Property Value

Type: System.Int32
The ordinal of the column in the given table.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace