Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the UPDATE statement.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.StatementWithCtesAndXmlNamespaces
Microsoft.SqlServer.TransactSql.ScriptDom.DataModificationStatement
Microsoft.SqlServer.TransactSql.ScriptDom.UpdateStatement
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class UpdateStatement _
Inherits DataModificationStatement
'Применение
Dim instance As UpdateStatement
[SerializableAttribute]
public class UpdateStatement : DataModificationStatement
[SerializableAttribute]
public ref class UpdateStatement : public DataModificationStatement
[<SerializableAttribute>]
type UpdateStatement =
class
inherit DataModificationStatement
end
public class UpdateStatement extends DataModificationStatement
Тип UpdateStatement обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
UpdateStatement | Initializes a new instance of the UpdateStatement class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
OptimizerHints | Gets or sets the optional optimizer hints. (Производный от StatementWithCtesAndXmlNamespaces.) |
![]() |
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.) |
![]() |
UpdateSpecification | Gets or sets the properties for Update. |
![]() |
WithCtesAndXmlNamespaces | Gets or sets the With common table expression and xml namespaces clause. Optional, may be nullпустая ссылка (Nothing в Visual Basic). (Производный от StatementWithCtesAndXmlNamespaces.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept | Accepts a visit from the specified visitor. (Переопределяет TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Accepts a visit for the Children from the specified visitor. (Переопределяет DataModificationStatement.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)