DdlTriggerBase Class

The DdlTriggerBase is a base class that is inherited by the DatabaseDdlTrigger object, which represents a Microsoft SQL Server database data definition language (DDL) trigger.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Class DdlTriggerBase
    Inherits ScriptNameObjectBase
    Implements ICreatable, IAlterable, IDroppable, IScriptable, _
    ITextObject
public class DdlTriggerBase : ScriptNameObjectBase, ICreatable, IAlterable, IDroppable, 
    IScriptable, ITextObject
public ref class DdlTriggerBase : public ScriptNameObjectBase, ICreatable, IAlterable, IDroppable, 
    IScriptable, ITextObject
public class DdlTriggerBase extends ScriptNameObjectBase implements ICreatable, IAlterable, 
    IDroppable, IScriptable, ITextObject
public class DdlTriggerBase extends ScriptNameObjectBase implements ICreatable, IAlterable, 
    IDroppable, IScriptable, ITextObject

Notes

DDL triggers run a Transact-SQL or user-defined function in response to certain DDL events.

SQL Server Management Objects (SMO) provides programmatic access to allow management of all DDL trigger functionality with the DatabaseDdlTrigger object and the ServerDdlTrigger object.

Database DDL triggers respond to events within the scope of the database and server DDL triggers respond to events within the scope of the SQL Server instance.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
     Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Microsoft.SqlServer.Management.Smo.NamedSmoObject
         Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
          Microsoft.SqlServer.Management.Smo.DdlTriggerBase
             Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger
             Microsoft.SqlServer.Management.Smo.ServerDdlTrigger

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

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.

Voir aussi

Référence

DdlTriggerBase Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Déclencheurs DDL
CREATE TRIGGER (Transact-SQL)