ProactiveCachingTablesBinding.TableNotifications Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of table notification.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayItemAttribute(typeof(TableNotification))]
[XmlArrayAttribute]
public TableNotificationCollection TableNotifications { get; }
public:
[XmlArrayItemAttribute((TableNotification^::typeid))]
[XmlArrayAttribute]
property TableNotificationCollection^ TableNotifications {
    TableNotificationCollection^ get();
}
[<XmlArrayItemAttribute(typeof(TableNotification))>]
[<XmlArrayAttribute>]
member TableNotifications : TableNotificationCollection with get
<XmlArrayItemAttribute(GetType(TableNotification))>
<XmlArrayAttribute>
Public ReadOnly Property TableNotifications As TableNotificationCollection

Property Value

Type: Microsoft.AnalysisServices.TableNotificationCollection

The collection of table notification.

See Also

ProactiveCachingTablesBinding Class
Microsoft.AnalysisServices Namespace

Return to top