Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the CREATE/ALTER TRIGGER statement.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.TriggerStatementBody
Microsoft.SqlServer.TransactSql.ScriptDom.AlterTriggerStatement
Microsoft.SqlServer.TransactSql.ScriptDom.CreateTriggerStatement
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public MustInherit Class TriggerStatementBody _
Inherits TSqlStatement
'Применение
Dim instance As TriggerStatementBody
[SerializableAttribute]
public abstract class TriggerStatementBody : TSqlStatement
[SerializableAttribute]
public ref class TriggerStatementBody abstract : public TSqlStatement
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type TriggerStatementBody =
class
inherit TSqlStatement
end
public abstract class TriggerStatementBody extends TSqlStatement
Тип TriggerStatementBody обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
TriggerStatementBody | Initializes a new instance of the TriggerStatementBody class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
IsNotForReplication | Gets or sets a value that indicates whether NOT FOR REPLICATION is defined. |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
MethodSpecifier | Gets or sets the name of the method specifier. |
![]() |
Name | Gets or sets the name of the trigger. It can at most be a two part name. |
![]() |
Options | Gets or sets the Options in WITH clause - different options for trigger and function |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (Производный от TSqlFragment.) |
![]() |
StartColumn | Gets the starting column. (Производный от TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (Производный от TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (Производный от TSqlFragment.) |
![]() |
StatementList | Gets or sets the statements for trigger. |
![]() |
TriggerActions | Gets or sets the trigger actions. |
![]() |
TriggerObject | Gets or sets the target. |
![]() |
TriggerType | Gets or sets the type of the trigger. |
![]() |
WithAppend | Gets or sets a value that indicates whether WITH APPEND is defined. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept | Indicates the entry point for a given visitor. (Производный от TSqlFragment.) |
![]() |
AcceptChildren | Accepts visitor for Children. (Переопределяет TSqlStatement.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)