Table of Contents

Enum SqlDatabaseContainmentType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the containment type for a SQL database. This applies to on-premises SQL Server 2012 and above.

public enum SqlDatabaseContainmentType

Fields

None = 2

Specifies that the database is not contained.

NotApplicable = 1

The database containment type is not applicable.

Partial = 3

Specifies that the database is partially contained.

Unknown = 0

The database containment type is unknown.