ServerEventSet.AlterDatabase Property
SQL Server 2005
Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a database is altered.
Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public boolean get_AlterDatabase () /** @property */ public void set_AlterDatabase (boolean value)
public function get AlterDatabase () : boolean public function set AlterDatabase (value : boolean)
Valeur de propriété
A Boolean value that specifies whether the AlterDatabase event is included in the event set. If True, the event is included in the event set. If False (default), the event is not included in the event set.Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.