Classe ServerDdlTrigger

The ServerDdlTrigger object represents a SQL Server data definition language (DDL) trigger.

Hierarquia de herança

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.ServerDdlTrigger

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)> _
<SfcElementTypeAttribute("DdlTrigger")> _
Public NotInheritable Class ServerDdlTrigger _
    Inherits DdlTriggerBase _
    Implements ISfcSupportsDesignMode
'Uso
Dim instance As ServerDdlTrigger
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)]
[SfcElementTypeAttribute("DdlTrigger")]
public sealed class ServerDdlTrigger : DdlTriggerBase, 
    ISfcSupportsDesignMode
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute(PhysicalFacetOptions::ReadOnly)]
[SfcElementTypeAttribute(L"DdlTrigger")]
public ref class ServerDdlTrigger sealed : public DdlTriggerBase, 
    ISfcSupportsDesignMode
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)>]
[<SfcElementTypeAttribute("DdlTrigger")>]
type ServerDdlTrigger =  
    class 
        inherit DdlTriggerBase 
        interface ISfcSupportsDesignMode 
    end
public final class ServerDdlTrigger extends DdlTriggerBase implements ISfcSupportsDesignMode

O tipo ServerDdlTrigger expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ServerDdlTrigger() Initializes a new instance of the ServerDdlTrigger class.
Método público ServerDdlTrigger(Server, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name.
Método público ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String) Initializes a new instance of the ServerDdlTrigger class on the specified database that has the specified name. The trigger responds to the specified event set and runs the specified batch.
Método público ServerDdlTrigger(Server, String, ServerDdlTriggerEventSet, String, String, String) Initializes a new instance of the ServerDdlTrigger class on the specified instance of SQL Server and that has the specified name. The trigger responds to the specified event set and runs the specified batch.

Início

Propriedades

  Nome Descrição
Propriedade pública AnsiNullsStatus Gets or sets the Boolean property value that specifies whether ISO NULL handling is enabled in the data definition language (DDL) trigger.
Propriedade pública AssemblyName Gets or sets the name of the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.
Propriedade pública BodyStartIndex Gets the index value that represents the start of the data definition language (DDL) trigger text body.
Propriedade pública ClassName Gets or sets the name of the class in the assembly that contains the managed code that is executed when the data definition language (DDL) trigger is raised.
Propriedade pública CreateDate Gets the date and time when the server data definition language (DDL) trigger was created.
Propriedade pública DateLastModified Gets the date and time when the server data definition language (DDL) trigger was last modified.
Propriedade pública DdlTriggerEvents Gets or sets the set of data definition language (DDL) events that raise the server DDL trigger.
Propriedade pública ExecutionContext Gets or sets the execution context type used by server DDL trigger, itself, the caller, or a specified login.
Propriedade pública ExecutionContextLogin Gets or sets the login under the context of which the server DDL trigger executes.
Propriedade pública ID Gets the ID value that uniquely identifies the server data definition language (DDL) trigger.
Propriedade pública ImplementationType Gets or sets the implementation type for the server data definition language (DDL) trigger.
Propriedade pública IsEnabled Gets or sets the Boolean property value that specifies whether the server data definition language (DDL) trigger is enabled.
Propriedade pública IsEncrypted Gets or sets a Boolean property value that specifies whether the Transact-SQL batch or managed code is encrypted.
Propriedade pública IsSystemObject Gets the Boolean property value that specifies whether the server data definition language (DDL) trigger is a system object.
Propriedade pública MethodName Gets or sets the name of the method that is owned by the class in the assembly, which is executed when the trigger is raised.
Propriedade pública Name Gets or sets the name of the object. (Herdado de NamedSmoObject.)
Propriedade pública Parent Gets or sets the Server object that is the parent of the ServerDdlTrigger object.
Propriedade pública Properties Gets a collection of Property objects that represent the object properties. (Herdado de SqlSmoObject.)
Propriedade pública QuotedIdentifierStatus Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
Propriedade pública State Gets the state of the referenced object. (Herdado de SmoObjectBase.)
Propriedade pública Text Gets or sets the Transact-SQL statement that defines the server data definition language (DDL) trigger.
Propriedade pública TextBody Gets or sets the body text that is used in the definition of the database data definition language (DDL) trigger. (Herdado de DdlTriggerBase.)
Propriedade pública TextHeader Gets or sets the header text that is used in the definition of the database data definition language (DDL) trigger. (Herdado de DdlTriggerBase.)
Propriedade pública TextMode Gets or sets the Boolean property value that specifies whether the DatabaseDdlTrigger header is editable as text. (Herdado de DdlTriggerBase.)
Propriedade pública Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Herdado de SqlSmoObject.)
Propriedade pública UserData Gets or sets user-defined data associated with the referenced object. (Herdado de SmoObjectBase.)

Início

Métodos

  Nome Descrição
Método público Alter Updates any DatabaseDdlTrigger object property changes on the instance of SQL Server. (Herdado de DdlTriggerBase.)
Método público Create Creates a database data definition language (DDL) trigger on the instance of SQL Server as defined by the DatabaseDdlTrigger object. (Herdado de DdlTriggerBase.)
Método público Discover Discovers a list of type Object. (Herdado de SqlSmoObject.)
Método público Drop Drops the database data definition language (DDL) trigger. (Herdado de DdlTriggerBase.)
Método público Equals (Herdado de Object.)
Método protegido FormatSqlVariant Formats an object as SqlVariant type. (Herdado de SqlSmoObject.)
Método protegido GetContextDB Gets the context database that is associated with this object. (Herdado de SqlSmoObject.)
Método protegido GetDBName Gets the database name that is associated with the object. (Herdado de SqlSmoObject.)
Método público GetHashCode (Herdado de Object.)
Método protegido GetPropValue Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptional Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetPropValueOptionalAllowNull Gets a property value of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método protegido GetServerObject Gets the server of the SqlSmoObject object. (Herdado de SqlSmoObject.)
Método público GetType (Herdado de Object.)
Método público Initialize() Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método público Initialize(Boolean) Initializes the object and forces the properties be loaded. (Herdado de SqlSmoObject.)
Método protegido IsObjectInitialized Verifies whether the object has been initialized. (Herdado de SqlSmoObject.)
Método protegido IsObjectInSpace Verifies whether the object is isolated or connected to the instance of SQL Server. (Herdado de SqlSmoObject.)
Método público Refresh Refreshes the script name. (Herdado de ScriptNameObjectBase.)
Método público Script() Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger. (Herdado de DdlTriggerBase.)
Método público Script(ScriptingOptions) Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger as specified by the script options. (Herdado de DdlTriggerBase.)
Método público ScriptHeader Generates a Transact-SQL script that can be used to re-create the database data definition language (DDL) trigger header as specified by the script options. (Herdado de DdlTriggerBase.)
Método protegido SetParentImpl Sets the parent of the SqlSmoObject to the newParent parameter. (Herdado de SqlSmoObject.)
Método público ToString Returns a String that represents the referenced object. (Herdado de SqlSmoObject.)
Método público Validate Validates the state of an object. (Herdado de SmoObjectBase.)

Início

Eventos

  Nome Descrição
Evento público PropertyChanged Represents the event that occurs when a property is changed. (Herdado de SqlSmoObject.)
Evento público PropertyMetadataChanged Represents the event that occurs when property metadata changes. (Herdado de SqlSmoObject.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IAlienObject.Discover Discovers any dependencies. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetDomainRoot Returns the root of the domain. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetParent Gets the parent of this object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetPropertyType Gets the type of the specified property. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetPropertyValue Gets the value of the specified property. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.GetUrn Gets the Unified Resource Name (URN) of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.Resolve Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.SetObjectState Sets the object state to the specified SfcObjectState value. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado IAlienObject.SetPropertyValue Sets the property value. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasMétodo privado ISfcPropertyProvider.GetPropertySet Gets the interface reference to the set of properties of this object. (Herdado de SqlSmoObject.)
Implementações de interfaces explícitasPropriedade privada ISfcSupportsDesignMode.IsDesignMode Gets a Boolean value that indicates whether the object supports design mode. Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.

Início

Comentários

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.

To get ServerDdlTrigger object properties, users can be a member of the public fixed server role.

To set ServerDdlTrigger object properties, users must have CONTROL SERVER permission on the server or be a member of the sysadmin fixed server role.

To create or drop a server-level DDL trigger, users must have CONTROL SERVER permission on the server or be a member of the sysadmin fixed server role.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Criando, alterando e removendo gatilhos

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criando, alterando e removendo gatilhos

Gatilhos DDL

CREATE TRIGGER (Transact-SQL)