Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.34 KB

File metadata and controls

32 lines (29 loc) · 1.34 KB
title StreamOpenOptionsEnum | 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
StreamOpenOptionsEnum
helpviewer_keywords
StreamOpenOptionsEnum enumeration [ADO]
ms.assetid 85b6c57f-47ed-46ba-bd92-07882ae9e9d2
author MightyPen
ms.author genemi

StreamOpenOptionsEnum

Specifies options for opening a Stream object. The values can be combined with an OR operation.

Constant Value Description
adOpenStreamAsync 1 Opens the Stream object in asynchronous mode.
adOpenStreamFromRecord 4 Identifies the contents of the Source parameter to be an already open Record object. The default behavior is to treat Source as a URL that points directly to a node in a tree structure. The default stream associated with that node is opened.
adOpenStreamUnspecified -1 Default. Specifies opening the Stream object with default options.

ADO/WFC Equivalent

These constants do not have ADO/WFC equivalents.

Applies To

Open Method (ADO Stream)