This documentation is archived and is not being maintained.
SqlCacheDependencyAdmin::EnableTableForNotifications Method
Visual Studio 2008
Connects to a SQL Server database and prepares a database table or tables for SqlCacheDependency change notifications.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
EnableTableForNotifications(String, String) | Connects to the specified SQL Server database and enables the specified database table for SqlCacheDependency change notifications. |
|
EnableTableForNotifications(String, array<String>) | Connects to the specified SQL Server database and enables the specified array of database tables for SqlCacheDependency change notification. |
Show: