NotificationTechnique Element (ASSL)
Specifies whether Microsoft SQL Server or an external client application processes the notifications.
Syntax
<ProactiveCachingBinding>
<NotificationTechnique>...</NotificationTechnique>
</ProactiveCachingBinding>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
String (enumeration) |
Default value |
Client |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child elements |
None |
Hinweise
The value of this element is limited to one of the strings listed in the following table.
Value | Description |
---|---|
Client |
External client application processes the notification. |
Server |
SQL Server processes the notification. |
The element that corresponds to the parent of NotificationTechnique in the Analysis Management Objects (AMO) object model is ProactiveCachingBinding.
The enumeration that corresponds to the allowed values for NotificationTechnique in the Analysis Management Objects (AMO) object model is NotificationTechnique.
Siehe auch
Verweis
ProactiveCachingBinding Data Type (ASSL)