DataTypeArgSpec.MaxValue Field
Gets the maximum valid value for the data type argument.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly MaxValue As Integer
'Usage
Dim instance As DataTypeArgSpec
Dim value As Integer
value = instance.MaxValue
public readonly int MaxValue
public:
initonly int MaxValue
val MaxValue: int
public final var MaxValue : int
See Also