ContainmentType 列挙型

定義

データベースの包含の種類を列挙します。

[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
継承
ContainmentType
属性

フィールド

名前 説明
None 0

データベースが含まれていないことを指定します。

Partial 1

データベースが部分的に含まれていることを指定します。

適用対象