ContainmentType Enum

Definition

Enumerates the containment types of a database.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ContainmentTypeConverter))]
public enum ContainmentType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ContainmentTypeConverter))>]
type ContainmentType = 
Public Enum ContainmentType
Inheritance
ContainmentType
Attributes

Fields

None 0

Specifies that the database is not contained.

Partial 1

Specifies that the database is partially contained.

Applies to