Enum SqlDatabaseSearchType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the type of databases to search for.
[Flags]
public enum SqlDatabaseSearchType
Fields
All = User | System | Snapshot
Search for all databases.
Snapshot = 4
Search for database snapshots.
System = 2
Search for system databases.
User = 1
Search for user databases.