ProactiveCachingObjectNotificationBinding.NotificationTechnique Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the notification technique.

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

Syntax

[DefaultValueAttribute(NotificationTechnique.Client)]
public NotificationTechnique NotificationTechnique { get; set; }
public:
[DefaultValueAttribute(NotificationTechnique::Client)]
property NotificationTechnique NotificationTechnique {
    NotificationTechnique get();
    void set(NotificationTechnique value);
}
[<DefaultValueAttribute(NotificationTechnique.Client)>]
member NotificationTechnique : NotificationTechnique with get, set
<DefaultValueAttribute(NotificationTechnique.Client)>
Public Property NotificationTechnique As NotificationTechnique

Property Value

Type: Microsoft.AnalysisServices.NotificationTechnique

The notification technique.

See Also

ProactiveCachingObjectNotificationBinding Class
Microsoft.AnalysisServices Namespace

Return to top