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 |
Indicates the end of data received from a PushedDataSource element.
<PushedDataSource>
...
<EndOfData>...</EndOfData>
...
</PushedDataSource
Characteristic | Description |
---|---|
Data type and length | Boolean |
Default value | None |
Cardinality | 1-1: Required element that can occur once and only once. |
Relationship | Element |
---|---|
Parent elements | PushedDataSource |
Child elements | None |
The last data packet from the PushedDataSource must set the EndOfData element to True.