Interfaz IMutableTrigger
Represents a mutable SQL Server trigger.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IMutableTrigger _
Inherits ITrigger, IMutableMetadataObject, IMetadataObject
'Uso
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
El tipo IMutableTrigger expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
BodyText | Gets or sets the Transact-SQL statements that define the module. |
![]() |
BodyText | Gets the Transact-SQL statements that define the module. (Se hereda de ITrigger.) |
![]() |
ExecutionContext | Gets or sets an IExecutionContext object that specifies the module execution context. |
![]() |
ExecutionContext | Gets an IExecutionContext object that specifies the module execution context. (Se hereda de ITrigger.) |
![]() |
IsEncrypted | Gets or sets a value that indicates whether the module is encrypted. |
![]() |
IsEncrypted | Gets a value that indicates whether the module is encrypted. (Se hereda de ITrigger.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)