This document is archived and information here might be outdated. Recommended version. |
Indicates whether to replace existing index.
[Visual Basic .NET] Public Property ReplaceIndex As Boolean
[C#] public bool ReplaceIndex {get; set;}
[C++]
HRESULT get_ReplaceIndex(
Boolean* pReplaceIndex
);
[C++]
HRESULT put_ReplaceIndex(
VARIANT_BOOL pReplaceIndex
);
[C++]
Parameters pReplaceIndex [out, retval]
pReplaceIndex is a parameter of type bool* pReplaceIndex [in]
pReplaceIndex is a parameter of type bool