Partager via


Interface IMutableTrigger

Represents a mutable 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 IMutableTrigger _
    Inherits ITrigger, IMutableMetadataObject, IMetadataObject
'Utilisation
Dim instance As IMutableTrigger
public interface IMutableTrigger : ITrigger, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableTrigger : ITrigger, 
    IMutableMetadataObject, IMetadataObject
type IMutableTrigger =  
    interface
        interface ITrigger
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableTrigger extends ITrigger, IMutableMetadataObject, IMetadataObject

Le type IMutableTrigger expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BodyText Gets or sets the Transact-SQL statements that define the module.
Propriété publique BodyText Gets the Transact-SQL statements that define the module. (hérité de ITrigger.)
Propriété publique ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context.
Propriété publique ExecutionContext Gets an IExecutionContext object that specifies the module execution context. (hérité de ITrigger.)
Propriété publique IsEncrypted Gets or sets a value that indicates whether the module is encrypted.
Propriété publique IsEncrypted Gets a value that indicates whether the module is encrypted. (hérité de ITrigger.)
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