Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.2 KB

endofdata-element-assl.md

File metadata and controls

50 lines (36 loc) · 1.2 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
EndOfData Element (ASSL) | Microsoft Docs
Learn about the EndOfData property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

EndOfData Element (ASSL)

Indicates the end of data received from a PushedDataSource element.

Syntax

  
<PushedDataSource>  
   ...  
   <EndOfData>...</EndOfData>  
   ...  
</PushedDataSource  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements PushedDataSource
Child elements None

Remarks

The last data packet from the PushedDataSource must set the EndOfData element to True.

See Also

Properties (ASSL)