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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.