Freigeben über


SequenceStatement.SequenceOptions-Eigenschaft

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

'Declaration
Public ReadOnly Property SequenceOptions As IList(Of SequenceOption)
    Get
'Usage
Dim instance As SequenceStatement 
Dim value As IList(Of SequenceOption)

value = instance.SequenceOptions
public IList<SequenceOption> SequenceOptions { get; }
public:
property IList<SequenceOption^>^ SequenceOptions {
    IList<SequenceOption^>^ get ();
}
member SequenceOptions : IList<SequenceOption>
function get SequenceOptions () : IList<SequenceOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<SequenceOption>
The sequence options.

Siehe auch

Verweis

SequenceStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace