This document is archived and information here might be outdated. Recommended version. |
Indicates whether the item template contains functions that enhance a dataset.
[Visual Basic .NET] Public Property SupportsEnhancement As Boolean
[C#] public bool SupportsEnhancement {get; set;}
[C++]
HRESULT get_SupportsEnhancement(
VARIANT_BOOL pbSupportsEnhancement
);
[C++]
HRESULT put_SupportsEnhancement(
Boolean* pbSupportsEnhancement
);
[C++]
Parameters pbSupportsEnhancement [in]
pbSupportsEnhancement is a parameter of type bool pbSupportsEnhancement [out, retval]
pbSupportsEnhancement is a parameter of type bool*