IDBBinderProperties : IDBProperties
IDBBinderProperties allows a consumer to get, set, and reset direct binding properties.
When to Implement
This interface is mandatory on binder objects and optional on data source and enumerator objects.
When to Call
Consumers can call IDBBinderProperties::Reset to reset the properties of a binder, data source, or enumerator object.
Note
Because IDBBinderProperties inherits from IDBProperties, IDBProperties::GetProperties may be called on an object to retrieve the values of properties that have been set or (if they have not been set) have default values.
Method |
Description |
---|---|
Reset all properties of the object. |
|
(Inherited) |
All methods of IDBProperties. |
This topic is a part of: