Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the writetext statement.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.TextModificationStatement
Microsoft.SqlServer.TransactSql.ScriptDom.UpdateTextStatement
Microsoft.SqlServer.TransactSql.ScriptDom.WriteTextStatement
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public MustInherit Class TextModificationStatement _
Inherits TSqlStatement
'Применение
Dim instance As TextModificationStatement
[SerializableAttribute]
public abstract class TextModificationStatement : TSqlStatement
[SerializableAttribute]
public ref class TextModificationStatement abstract : public TSqlStatement
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type TextModificationStatement =
class
inherit TSqlStatement
end
public abstract class TextModificationStatement extends TSqlStatement
Тип TextModificationStatement обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
TextModificationStatement | Initializes a new instance of the TextModificationStatement class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Bulk | Gets or sets a value that indicates whether BULK was used. |
![]() |
Column | Gets or sets the column. Has to be at least a two part name including table. |
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
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.) |
![]() |
TextId | Gets or sets the specified value of the TextId. Can be a binary, an integer or a variable. |
![]() |
Timestamp | Gets or sets the initial timestamp value. Optional, literal of binary type. |
![]() |
WithLog | Gets or sets a value that indicates whether WITH LOG was 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)