This document is archived and information here might be outdated. Recommended version. |
A field value property set that maps field names to possible metadata values. These values take precedence over the metadata from the dataset.
[Visual Basic .NET] Public Property AuxiliaryFieldValues As IPropertySet
[C#] public IPropertySet AuxiliaryFieldValues {get; set;}
[C++]
HRESULT get_AuxiliaryFieldValues(
IPropertySet* ppFieldValues
);
[C++]
HRESULT putref_AuxiliaryFieldValues(
IPropertySet** ppFieldValues
);
[C++] Parameters ppFieldValues [in]
ppFieldValues is a parameter of type IPropertySet* ppFieldValues [out, retval]
ppFieldValues is a parameter of type IPropertySet**