Interfaccia IMutableTrigger
Represents a mutable SQL Server trigger.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IMutableTrigger _
Inherits ITrigger, IMutableMetadataObject, IMetadataObject
'Utilizzo
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
Nel tipo IMutableTrigger sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
BodyText | Gets or sets the Transact-SQL statements that define the module. |
![]() |
BodyText | Gets the Transact-SQL statements that define the module. Ereditato da 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. Ereditato da 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. Ereditato da ITrigger. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)