QueueStatement.QueueOptions Property

Gets a list of queue options.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Remarks

May have zero elements in CreateQueueStatement.

.NET Framework Security

See Also

Reference

QueueStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace