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 네임스페이스