Freigeben über


QueryNotification Constructor (String)

Initializes a new instance of QueryNotification using a query parameter.

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

Syntax

'Declaration
Public Sub New ( _
    query As String _
)
public QueryNotification (
    string query
)
public:
QueryNotification (
    String^ query
)
public QueryNotification (
    String query
)
public function QueryNotification (
    query : String
)

Parameter

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

QueryNotification Class
QueryNotification Members
Microsoft.AnalysisServices Namespace