Database.ContainmentType 属性

Gets or sets the type of containment.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ContainmentType As ContainmentType 
    Get 
    Set
用法
Dim instance As Database 
Dim value As ContainmentType 

value = instance.ContainmentType

instance.ContainmentType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ContainmentType ContainmentType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ContainmentType ContainmentType {
    ContainmentType get ();
    void set (ContainmentType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ContainmentType : ContainmentType with get, set
function get ContainmentType () : ContainmentType 
function set ContainmentType (value : ContainmentType)

属性值

类型:Microsoft.SqlServer.Management.Smo.ContainmentType
The object that contains.

请参阅

参考

Database 类

Microsoft.SqlServer.Management.Smo 命名空间