SqlInt16.MaxValue Field

Definition

A constant representing the largest possible value of a SqlInt16.

public: static initonly System::Data::SqlTypes::SqlInt16 MaxValue;
public static readonly System.Data.SqlTypes.SqlInt16 MaxValue;
 staticval mutable MaxValue : System.Data.SqlTypes.SqlInt16
Public Shared ReadOnly MaxValue As SqlInt16 

Field Value

Remarks

The value of this constant is 32,767.

Applies to

See also