QueryNotification Constructor (String)

Initializes a new instance of QueryNotification using a query parameter.

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

Syntax

VB
'Declaration
Public Sub New ( _
    query As String _
)
'Usage
Dim query As String 

Dim instance As New QueryNotification(query)

Parameters

  • query
    Type: System.String
    The query to be used to determine if a data source has been modified.

See Also

Reference

QueryNotification Class

QueryNotification Overload

Microsoft.AnalysisServices Namespace