QueueStatement.QueueOptions Property

Gets a list of queue options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property QueueOptions As IList(Of QueueOption)
    Get
'Usage
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>

Property Value

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

See Also

Reference

QueueStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace