SequenceStatement.SequenceOptions 屬性

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

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property SequenceOptions As IList(Of SequenceOption)
    Get
'用途
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>

屬性值

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

請參閱

參考

SequenceStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間