Sequence.StartValue Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a Object which represents the starting value of the sequence.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public object StartValue { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property Object^ StartValue {
    Object^ get();
    void set(Object^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StartValue : Object with get, set
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public Property StartValue As Object

Property Value

Type: System.Object

A Object which represents the starting value of the sequence.

See Also

Sequence Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top