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 | SnapshotSearch for all databases.
Snapshot = 4Search for database snapshots.
System = 2Search for system databases.
User = 1Search for user databases.