This documentation is archived and is not being maintained.
SqlCacheDependencyAdmin Members
Visual Studio 2008
Performs administrative tasks required on a SQL Server database to support the SqlCacheDependency class when using polling-based dependencies. This class cannot be inherited.
The SqlCacheDependencyAdmin type exposes the following members.
| Name | Description | |
|---|---|---|
|
DisableNotifications | Disables SqlCacheDependency change notifications for the specified database. |
|
DisableTableForNotifications | Overloaded. Disables SqlCacheDependency change notifications on a SQL Server database table or an array of database tables. |
|
EnableNotifications | Enables SqlCacheDependency change notifications on the specified database. |
|
EnableTableForNotifications | Overloaded. Connects to a SQL Server database and prepares a database table or tables for SqlCacheDependency change notifications. |
|
GetTablesEnabledForNotifications | Retrieves a string array containing the name of every table that is enabled for change notifications in a SQL Server database. |
Show: