QueryNotification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.