Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.66 KB

File metadata and controls

65 lines (54 loc) · 1.66 KB
title EndOfData 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
EndOfData Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
EndOfData
helpviewer_keywords
EndOfData element
ms.assetid 4cee48bc-d486-4125-9d65-f323c6ec9d09
caps.latest.revision 29
author Minewiskan
ms.author owend
manager erikre

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)