SequenceStatement.SequenceOptions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the sequence options. May have zero elements.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<SequenceOption> SequenceOptions { get; }
public:
property IList<SequenceOption^>^ SequenceOptions {
    IList<SequenceOption^>^ get();
}
member SequenceOptions : IList<SequenceOption> with get
Public ReadOnly Property SequenceOptions As IList(Of SequenceOption)

Property Value

Type: System.Collections.Generic.IList<SequenceOption>

The sequence options.

See Also

SequenceStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top