Свойство 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