QueueStatement.QueueOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The queue options. May have zero elements in CreateQueueStatement.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.QueueOption> QueueOptions { get; }
member this.QueueOptions : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.QueueOption>
Public ReadOnly Property QueueOptions As IList(Of QueueOption)