Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the containment database option.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property Containment As ContainmentDatabaseOption
Get
Set
'Utilisation
Dim instance As CreateDatabaseStatement
Dim value As ContainmentDatabaseOption
value = instance.Containment
instance.Containment = value
public ContainmentDatabaseOption Containment { get; set; }
public:
property ContainmentDatabaseOption^ Containment {
ContainmentDatabaseOption^ get ();
void set (ContainmentDatabaseOption^ value);
}
member Containment : ContainmentDatabaseOption with get, set
function get Containment () : ContainmentDatabaseOption
function set Containment (value : ContainmentDatabaseOption)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.ContainmentDatabaseOption
The containment database option.