Partager via


Interface ITrigger

Represents a SQL Server trigger.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface ITrigger _
    Inherits IMetadataObject
'Utilisation
Dim instance As ITrigger
public interface ITrigger : IMetadataObject
public interface class ITrigger : IMetadataObject
type ITrigger =  
    interface
        interface IMetadataObject
    end
public interface ITrigger extends IMetadataObject

Le type ITrigger expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BodyText Gets the Transact-SQL statements that define the module.
Propriété publique ExecutionContext Gets an IExecutionContext object that specifies the module execution context.
Propriété publique IsEncrypted Gets a value that indicates whether the module is encrypted.
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page