Propriedade do RDL QueueStatement.QueueOptions
Gets a list of queue options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property QueueOptions As IList(Of QueueOption)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<QueueOption>
A list of queue options.