QueueStatement.QueueOptions Property

 

Applies To: SQL Server 2016 Preview

Gets a list of queue options.

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

Syntax

public IList<QueueOption> QueueOptions { get; }
public:
property IList<QueueOption^>^ QueueOptions {
    IList<QueueOption^>^ get();
}
member QueueOptions : IList<QueueOption> with get
Public ReadOnly Property QueueOptions As IList(Of QueueOption)

Property Value

Type: System.Collections.Generic.IList<QueueOption>

A list of queue options.

See Also

QueueStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top