IConfiguration.Fields Property

Fields Property

The Fields property returns the Fields object that contains the currently defined configuration settings.

Syntax

Property Fields as ADODB.Fields
read-only
default
HRESULT get_Fields(Fields** pFields);

Parameters

  • pFields
    If the method succeeds, on return, the passed address holds a reference to the requested interface.

Remarks

The Microsoft® Active X® Data Objects (ADO) Fields object is a collection of ADO Field objects containing name/value pairs that define a configuration. The name is always a string, and the value is a VARIANT, the subtype of which depends upon the type of property.

The IConfiguration interface is normally exposed by instances of the Configuration Component Object Model (COM) class. The list of fields available for instances of the Configuration COM class can be found in the https://schemas.microsoft.com/cdo/configuration/ namespace.

The Fields property is the default property for the interface.

See Also

Concepts

https://schemas.microsoft.com/cdo/configuration/