Condividi tramite


Proprietà Database.ContainmentType

Gets or sets the type of containment.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ContainmentType As ContainmentType 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.ContainmentType
The object that contains.

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo