ServiceObjective.DimensionSettingResponse.Ordinal Property
Optional. Gets the dimension setting ordinal position.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public byte Ordinal { get; set; }
public:
property unsigned char Ordinal {
unsigned char get();
void set(unsigned char value);
}
member Ordinal : byte with get, set
Public Property Ordinal As Byte
Property Value
Type: System.Byte
See Also
ServiceObjective.DimensionSettingResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top