Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Usage
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 ();
}
public function get QueueOptions () : IList<QueueOption>
Property Value
Type: System.Collections.Generic.IList<QueueOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.