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 命名空间