Propriétés Trigger
SQL Server 2012
Le type Trigger expose les membres suivants.
| Nom | Description | |
|---|---|---|
|
AnsiNullsStatus | Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the trigger. |
|
AssemblyName | Gets or sets the name of the .NET assembly that is required by the referenced trigger. |
|
ClassName | Gets or sets the name of the class that is called by the referenced trigger. |
|
CreateDate | Gets the date and time when the trigger was created. |
|
DateLastModified | Gets the date and time when the trigger was last modified. |
|
Delete | Gets or sets the Boolean property value that specifies whether the trigger is executed when records are deleted from the table. |
|
DeleteOrder | Gets or sets the order in which the trigger and the delete operation are executed. |
|
Events | Gets the events that are associated with the trigger. |
|
ExecutionContext | Gets or sets the execution context. |
|
ExecutionContextPrincipal | Gets or sets the execution context principal. |
|
ExtendedProperties | Gets the extended properties of the Trigger object. |
|
ID | Gets the ID value that uniquely identifies the trigger. |
|
ImplementationType | Gets or sets the implementation type of the trigger. |
|
Insert | Gets or sets the Boolean property value that specifies whether the trigger is fired when records are inserted into the table. |
|
InsertOrder | Gets or sets the order in which the trigger and the insert operation are executed. |
|
InsteadOf | Gets or sets a Boolean property that specifies whether the trigger runs instead of the insert, delete, or update operation. |
|
IsEnabled | Gets or sets the Boolean property that specifies whether the trigger is enabled. |
|
IsEncrypted | Gets or sets the Boolean property value that specifies whether the trigger is encrypted. |
|
IsSystemObject | Gets the Boolean property value that specifies whether the trigger is a system object. |
|
MethodName | Gets the method name for the trigger. |
|
Name | Gets or sets a String value that specifies the name of the trigger. (remplace NamedSmoObject.Name.) |
|
NotForReplication | Gets or sets a Boolean property value that specifies whether the trigger is included in replication operations. |
|
Parent | Gets or sets the SqlSmoObject object that is the parent of the Trigger object. |
|
Properties | Gets a collection of Property objects that represent the object properties. (hérité de SqlSmoObject.) |
|
QuotedIdentifierStatus | Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules. |
|
State | Gets the state of the referenced object. (hérité de SmoObjectBase.) |
|
TextBody | Gets or sets the Transact-SQL string that defines the trigger. |
|
TextHeader | Gets or sets the header part of the Transact-SQL string that defines the trigger. |
|
TextMode | Gets or sets the Boolean property that specifies whether the text header is editable as text. |
|
Update | Gets or sets the Boolean property value that specifies whether the trigger is fired when records are updated in the table. |
|
UpdateOrder | Gets or sets the order in which the trigger and the update operation are executed. |
|
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (hérité de SqlSmoObject.) |
|
UserData | Gets or sets user-defined data associated with the referenced object. (hérité de SmoObjectBase.) |
| Nom | Description | |
|---|---|---|
|
ISfcSupportsDesignMode.IsDesignMode | Gets a Boolean value that specifies whether the trigger supports design mode. |