Sequence.MaxValue Property

Gets or sets an Object that specifies the upper bound for the sequence object. The default maximum value for a new sequence object is the maximum value of the data type of the sequence object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MaxValue As Object 
    Get 
    Set
'Usage
Dim instance As Sequence 
Dim value As Object 

value = instance.MaxValue

instance.MaxValue = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Object MaxValue { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Object^ MaxValue {
    Object^ get ();
    void set (Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MaxValue : Object with get, set
function get MaxValue () : Object 
function set MaxValue (value : Object)

Property Value

Type: System.Object
A Object that specifies the upper bound for the sequence object.

See Also

Reference

Sequence Class

Microsoft.SqlServer.Management.Smo Namespace