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.
Gets or sets the queue.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Queue As ISql90Queue
'Usage
Dim instance As ISql90Service
Dim value As ISql90Queue
value = instance.Queue
instance.Queue = value
ISql90Queue Queue { get; set; }
property ISql90Queue^ Queue {
ISql90Queue^ get ();
void set (ISql90Queue^ value);
}
function get Queue () : ISql90Queue
function set Queue (value : ISql90Queue)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Queue
Returns a ISql90Queue.
.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.