Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The DBCOMMANDREUSEENUM enumerated type specifies whether a state from the previous command is retained.
Syntax
typedef enum DBCOMMANDREUSEENUM {
DBCOMMANDREUSE_NONE = 0,
DBCOMMANDREUSE_PROPERTIES = 0x1,
DBCOMMANDREUSE_PARAMETERS = 0x2
} ;
Constants
DBCOMMANDREUSE_NONEValue: 0 |
DBCOMMANDREUSE_PROPERTIESValue: 0x1 |
DBCOMMANDREUSE_PARAMETERSValue: 0x2 |
Remarks
The ICommandTree::SetCommandTree method uses a value from this enumerated type as a parameter.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | cmdtree.h |