ContainmentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |