This document is archived and information here might be outdated. Recommended version. |
Indicates whether staging is used during index.
[Visual Basic .NET]
Public Property UseStaging As Boolean
[C#]
public bool UseStaging {get; set;}
[C++]
HRESULT get_UseStaging(
Boolean* pUseStaging
);
[C++]
HRESULT put_UseStaging(
VARIANT_BOOL pUseStaging
);
[C++] Parameters pUseStaging [out, retval]
pUseStaging is a parameter of type bool* pUseStaging [in]
pUseStaging is a parameter of type bool