Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.04 KB

File metadata and controls

65 lines (53 loc) · 2.04 KB
title ProcessingQuery Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ProcessingQuery Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
ProcessingQuery element
ms.assetid d18e6f4b-c24c-4f73-8b85-4b6e8a82a695
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

ProcessingQuery Element (ASSL)

Contains the parameterized text of the query to execute for notification of incremental processing status.

Syntax

  
<IncrementalProcessingNotification>  
   ...  
   <ProcessingQuery>...</ProcessingQuery>  
   ...  
</IncrementalProcessingNotification>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent element IncrementalProcessingNotification
Child elements None

Remarks

The table in the DataSourceView that is referenced by the ProcessingQuery is identified by the sibling element, TableID.

The element that corresponds to the parent of ProcessingQuery in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.IncrementalProcessingNotification.

See Also

Properties (ASSL)