Поделиться через


QueryNotification Constructor (String)

Initializes a new instance of QueryNotification using a query parameter.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    query As String _
)
public QueryNotification (
    string query
)
public:
QueryNotification (
    String^ query
)
public QueryNotification (
    String query
)
public function QueryNotification (
    query : String
)

Параметры

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

QueryNotification Class
QueryNotification Members
Microsoft.AnalysisServices Namespace