Notification Services Reference
Developing SQL Server Notification Services typically involves defining applications, configuring instances, and building custom subscription management interfaces. You might also build custom components for submitting events, formatting notifications, distributing notifications, and managing your instances of Notification Services. The following table provides links to the reference information related to these tasks.
Section | Description |
---|---|
Contains reference topics for building an application using XML-based application definition files (ADFs). |
|
Contains reference topics for configuring instances of Notification Services using XML-based instance configuration files (ICFs). |
|
Microsoft.SqlServer.Management.Nmo Class Library |
Contains reference information for Notification Services Management Objects (NMO). You can use these objects to define applications and instances, and then to build, deploy, and administer those applications and instances. |
Microsoft.SqlServer.NotificationServices Class Library |
Contains reference information on the core Notification Services API. You primarily use this API to build subscription management interfaces, custom event providers, custom content formatters, and custom delivery protocols. |
Microsoft.SqlServer.NotificationServices.Rules Class Library |
Contains reference information on the API for developing conditions for Notification Services applications. |
Contains reference topics for the Notification Services reporting and debugging stored procedures. |
|
Describes the command-prompt utility used to administer Notification Services. |
|
Lists the subscriber locale codes for Notification Services. |
|
Contains information about Notification Services tables. |
|
Contains information about Notification Services views, which you can use to view instance and application metadata and insert some event, subscriber, and subscription data. |
|
Lists the time zone codes for Notification Services. |
Building Notification Solutions
Deploying Notification Services
Administering Notification Services