Freigeben über


QueueStatement.QueueOptions-Eigenschaft

Ruft eine Liste mit queue-Optionen ab.

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)
    Get
public IList<QueueOption> QueueOptions { get; }
public:
property IList<QueueOption^>^ QueueOptions {
    IList<QueueOption^>^ get ();
}
member QueueOptions : IList<QueueOption>
function get QueueOptions () : IList<QueueOption>

Eigenschaftswert

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

Hinweise

Die Liste verfügt möglicherweise über 0 (null) Elemente in CreateQueueStatement.

.NET Framework-Sicherheit

Siehe auch

Referenz

QueueStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace