Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the notification technique.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property NotificationTechnique As NotificationTechnique
Get
Set
'Usage
Dim instance As ProactiveCachingObjectNotificationBinding
Dim value As NotificationTechnique
value = instance.NotificationTechnique
instance.NotificationTechnique = value
public NotificationTechnique NotificationTechnique { get; set; }
public:
property NotificationTechnique NotificationTechnique {
NotificationTechnique get ();
void set (NotificationTechnique value);
}
member NotificationTechnique : NotificationTechnique with get, set
function get NotificationTechnique () : NotificationTechnique
function set NotificationTechnique (value : NotificationTechnique)
Property Value
Type: Microsoft.AnalysisServices.NotificationTechnique
The notification technique.