AdoProperty:.ctor()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoProperty Class >

AdoProperty:.ctor()

Previous pageReturn to chapter overviewNext page

Purpose

Create Object of type AdoProperty

 

Prototype

CONSTRUCTOR( ptrIf, bAddRef )  

 

Argument(s)

ptrIf        Interface Pointer, Xs2Ado Object, IUnknown object, OleAutoObject or VoCom Idispatch_ object.  

bAddRef        (Optional) Is it necessary to increment the usage count by calling AddRef

 

Description

An AdoProperty object can NOT be created independantly but is returned by the Item access/method of the AdoProperties collection

 

See Also

AdoProperty, AdoProperties