Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.29 KB

File metadata and controls

34 lines (30 loc) · 1.29 KB
title State Property (ADO MD) | 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
State
Cellset::State
helpviewer_keywords
State property [ADO MD]
ms.assetid 06d480ca-9eb6-4570-a45d-a73539bddd32
author MightyPen
ms.author genemi

State Property (ADO MD)

Indicates the current state of the cellset.

Return Values

Returns a Long integer indicating the current condition of the Cellset object and is read-only. The following values are valid: adStateClosed (0) and adStateOpen (1).

Remarks

To use the ObjectStateEnum constant names, you must have the ADO type library referenced in your project. See Using ADO with ADO MD for more information.

Applies To

Cellset Object (ADO MD)

See Also

Close Method (ADO MD)
Open Method (ADO MD)