Interface IMutableTrigger
Represents a mutable SQL Server trigger.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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
O tipo IMutableTrigger expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BodyText | Gets or sets the Transact-SQL statements that define the module. | |
BodyText | Gets the Transact-SQL statements that define the module. (Herdado 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. (Herdado 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. (Herdado de ITrigger.) | |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início