Property (Visual C++ Syntax Index with #import)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

Property (Visual C++ Syntax Index with #import)

Properties

long GetAttributes( );
void PutAttributes( long plAttributes );
__declspec(property(get=GetAttributes,put=PutAttributes)) long
    Attributes;

_bstr_t GetName( );
__declspec(property(get=GetName)) _bstr_t Name;

enum DataTypeEnum GetType( );
__declspec(property(get=GetType)) enum DataTypeEnum Type;

_variant_t GetValue( );
void PutValue( const _variant_t & pval );
__declspec(property(get=GetValue,put=PutValue)) _variant_t Value;

See Also

Property Object

© 1998-2003 Microsoft Corporation. All rights reserved.