| 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 |
|
| helpviewer_keywords |
StreamWriteEnum enumeration [ADO] |
|
| ms.assetid |
bdbf3405-a0bd-4f02-85d4-e3fe8da3f3f7 |
| author |
MightyPen |
| ms.author |
genemi |
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. |
These constants do not have ADO/WFC equivalents.
WriteText Method