Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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>
Property Value
Type: System.Collections.Generic.IList<SequenceOption>
The sequence options.