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 네임스페이스