Partager via


NotificationClass.NotificationClassProtocols Property

Gets the collection of delivery protocols used by the notification class.

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NotificationClassProtocols As NotificationClassProtocolCollection
public NotificationClassProtocolCollection NotificationClassProtocols { get; }
public:
property NotificationClassProtocolCollection^ NotificationClassProtocols {
    NotificationClassProtocolCollection^ get ();
}
/** @property */
public NotificationClassProtocolCollection get_NotificationClassProtocols ()
public function get NotificationClassProtocols () : NotificationClassProtocolCollection

Valeur de propriété

A NotificationClassProtocolCollection object that represents the delivery protocols for the notification class.

Notes

The NotificationClassProtocolCollection contains one or more delivery protocols used by the notification class. Each notification class must have at least one delivery protocol used to deliver notifications.

If you add or delete a Protocols element, updating the application deletes and re-creates the notification class to which it corresponds. This includes dropping and re-creating the Microsoft SQL Server tables used by this notification class. Any data existing in the original SQL Server tables is permanently deleted.

Exemple

The following examples show how to define a File delivery protocol and add it to the collection of delivery protocols for a notification class:

flightNotifications.NotificationClassProtocols.Add(fileProtocol);
flightNotifications.NotificationClassProtocols.Add(fileProtocol)

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.Management.Nmo Namespace

Autres ressources

Définition des classes de notification
Configuration des protocoles de remise
Protocols Element (ADF)