Partilhar via


Propriedade ISql90QueueEventNotification.Queue

Obtém ou define a fila à qual se aplica a esta notificação de evento.

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

Sintaxe

'Declaração
Property Queue As ISql90Queue
    Get
    Set
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90QueueEventNotification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel