QueueStatement.QueueOptions 속성

Gets a list of queue options.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property QueueOptions As IList(Of QueueOption)
    Get
‘사용 방법
Dim instance As QueueStatement 
Dim value As IList(Of QueueOption)

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

속성 값

유형: System.Collections.Generic.IList<QueueOption>
A list of queue options.

참고 항목

참조

QueueStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스