Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.46 KB

File metadata and controls

67 lines (56 loc) · 2.46 KB
title TableNotification Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
TableNotification Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
TableNotification element
ms.assetid 3afd075a-74f9-428c-b527-ee497cbe71e7
caps.latest.revision 15
author Minewiskan
ms.author owend
manager erikre

TableNotification Element (ASSL)

Contains information for the ProactiveCaching element about a table or view in a data source that has been modified.

Syntax

  
<TableNotifications>  
   <TableNotification>  
      <DbTableName>...</DbTableName>  
      <DbSchemaName>...</DbSchemaName>  
...</TableNotification>  
</TableNotifications>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-n: Required element that can occur more than once.

Element Relationships

Relationship Element
Parent elements TableNotifications
Child elements DbSchemaName, DbTableName

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.TableNotification.

See Also

ProactiveCachingTablesBinding Data Type (ASSL)
ProactiveCachingObjectNotificationBinding Data Type (ASSL)
ProactiveCachingBinding Data Type (ASSL)
Objects (ASSL)