Condividi tramite


ServiceQueueEventSet Class

The ServiceQueueEventSet object represents a set of Microsoft SQL Server service queue events.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ServiceQueueEventSet
    Inherits EventSetBase
public sealed class ServiceQueueEventSet : EventSetBase
public ref class ServiceQueueEventSet sealed : public EventSetBase
public final class ServiceQueueEventSet extends EventSetBase
public final class ServiceQueueEventSet extends EventSetBase

Osservazioni

Testo aggiornato:

The ServiceQueueEventSet object contains a property for each event to which the service queue responds.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.EventSetBase
    Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet

Esempio

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ServiceQueueEventSet Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Handling SMO Events