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 | |
|---|---|---|
![]() |
BodyText | Gets or sets the Transact-SQL statements that define the module. |
![]() |
BodyText | Gets the Transact-SQL statements that define the module. (hérité 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. (hérité 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. (hérité de ITrigger.) |
![]() |
Name | Gets the name of the metadata object. (hérité de IMetadataObject.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)