---
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:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
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
```xml
...
...
...
```
## 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](../../../analysis-services/scripting/objects/incrementalprocessingnotification-element-assl.md)|
|Child elements|None|
## Remarks
The table in the [DataSourceView](../../../analysis-services/scripting/objects/datasourceview-element-assl.md) that is referenced by the **ProcessingQuery** is identified by the sibling element, [TableID](../../../analysis-services/scripting/properties/tableid-element-assl.md).
The element that corresponds to the parent of **ProcessingQuery** in the Analysis Management Objects (AMO) object model is .
## See Also
[Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)