ISql90QueueEventNotification.Queue Property

Gets or sets the queue to which this event notification applies.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Queue As ISql90Queue
ISql90Queue Queue { get; set; }
property ISql90Queue^ Queue {
    ISql90Queue^ get ();
    void set (ISql90Queue^ value);
}
abstract Queue : ISql90Queue with get, set
function get Queue () : ISql90Queue
function set Queue (value : ISql90Queue)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Queue

.NET Framework Security

See Also

Reference

ISql90QueueEventNotification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace