QueryNotification Constructors

Definition

Overloads

QueryNotification()

Initializes a new instance of the QueryNotification class using default values.

QueryNotification(String)

nitializes a new instance of QueryNotification using the specified query.

QueryNotification()

Initializes a new instance of the QueryNotification class using default values.

public QueryNotification ();
Public Sub New ()

Applies to

QueryNotification(String)

nitializes a new instance of QueryNotification using the specified query.

public QueryNotification (string query);
new Microsoft.AnalysisServices.QueryNotification : string -> Microsoft.AnalysisServices.QueryNotification
Public Sub New (query As String)

Parameters

query
String

The query to be used to determine if a data source has been modified.

Applies to