Bewerken

Delen via


TableNotification Element (XMLA)

Represents a table notification for a NotifyTableChange command.

Syntax

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

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element relationships

Relationship Element
Parent elements TableNotifications
Child elements DbSchemaName, DbTableName

Remarks