Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.15 KB

File metadata and controls

31 lines (28 loc) · 1.15 KB
title StreamWriteEnum | 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
StreamWriteEnum
helpviewer_keywords
StreamWriteEnum enumeration [ADO]
ms.assetid bdbf3405-a0bd-4f02-85d4-e3fe8da3f3f7
author MightyPen
ms.author genemi

StreamWriteEnum

Specifies whether a line separator is appended to the string written to a Stream object.

Constant Value Description
adWriteChar 0 Default. Writes the specified text string (specified by the Data parameter) to the Stream object.
adWriteLine 1 Writes a text string and a line separator character to a Stream object. If the LineSeparator property is not defined, then this returns a run-time error.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

Applies To

WriteText Method