Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.35 KB

File metadata and controls

33 lines (29 loc) · 1.35 KB
title EOS Property | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
EOS
Stream::EOS
helpviewer_keywords
EOS property
ms.assetid 57e08c5f-f3ed-4ecd-8c66-50b83b1031d1
author MightyPen
ms.author genemi

EOS Property

Indicates whether the current position is at the end of the stream.

Return Values

Returns a Boolean value that indicates whether the current position is at the end of the stream. EOS returns True if there are no more bytes in the stream; it returns False if there are more bytes following the current position.

To set the end of stream position, use the SetEOS method. To determine the current position, use the Position property.

Applies To

Stream Object (ADO)

See Also

EOS and LineSeparator Properties and SkipLine Method Example (VB)
Stream Object (ADO)