Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 2.35 KB

File metadata and controls

64 lines (53 loc) · 2.35 KB
title IncrementalProcessingNotifications 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
IncrementalProcessingNotifications Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
IncrementalProcessingNotifications element
ms.assetid 46f3c9d0-46cc-4833-8f15-7831207f57ce
caps.latest.revision 17
author Minewiskan
ms.author owend
manager erikre

IncrementalProcessingNotifications Element (ASSL)

Contains the collection of IncrementalProcessingNotification elements that provide information to the ProactiveCaching element about queries to execute to determine the progress of incremental processing.

Syntax

  
<ProactiveCachingIncrementalProcessingBinding>  
   <IncrementalProcessingNotifications>  
      <IncrementalProcessingNotification>...  
   ...</IncrementalProcessingNotification>  
   </IncrementalProcessingNotifications>  
</ProactiveCachingQueryBinding>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements ProactiveCachingIncrementalProcessingBinding
Child elements IncrementalProcessingNotification

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.IncrementalProcessingNotificationCollection.

See Also

Collections (ASSL)