ConnectionFlags Enumeration

See Also

These values are used to define the characteristics of a connection to a Microsoft® Repository database. These flags are bit flags, and may be combined to set multiple options. The absence of a flag signifies that the option is not set.

enum {
      REPOS_CONN_EXCLUSIVE = 1,
      REPOS_CONN_NEWCACHE = 2 
} ConnectionFlags;
Value Description
REPOS_CONN_EXCLUSIVE This flag is reserved for future use.
REPOS_CONN_NEWCACHE Creates a new cache when you open or create a repository instance. This will consume additional resources.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.