Freigeben über


IMutableTrigger-Schnittstelle

Represents a mutable SQL Server trigger.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IMutableTrigger _
    Inherits ITrigger, IMutableMetadataObject, IMetadataObject
'Usage
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

Der IMutableTrigger-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BodyText Gets or sets the Transact-SQL statements that define the module.
Öffentliche Eigenschaft BodyText Gets the Transact-SQL statements that define the module. (Geerbt von ITrigger.)
Öffentliche Eigenschaft ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context.
Öffentliche Eigenschaft ExecutionContext Gets an IExecutionContext object that specifies the module execution context. (Geerbt von ITrigger.)
Öffentliche Eigenschaft IsEncrypted Gets or sets a value that indicates whether the module is encrypted.
Öffentliche Eigenschaft IsEncrypted Gets a value that indicates whether the module is encrypted. (Geerbt von ITrigger.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang