Condividi tramite


Proprietà QueueStatement.QueueOptions

Gets a list of queue options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

QueueStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom