Data Member Attributes
The following attributes apply to the data members in a class, coclass, or interface.
Attribute |
Description |
---|---|
Groups db_column attributes that participate in IAccessor-based binding. |
|
Binds a specified column to the rowset. |
|
Creates an OLE DB command. |
|
Associates the specified member variable with an input or output parameter and delimits the variable. |
|
Creates a connection to a data source. |
|
Opens an OLE DB table. |
|
Indicates the single, bindable property that best represents the object. |
|
Indicates a property that should be displayed to the user as bindable. |
|
Specifies a DISPID for a member function (either a property or a method, in an interface or dispinterface). |
|
Specifies a range of allowable values for arguments or fields whose values are set at run time. |
|
Creates a registry key or modifies an existing registry key. |
|
Prohibits assignment to a data member. |
|
Indicates that the property supports the OnRequestEdit notification. |