Classe ReadTextStatement
Represents the READTEXT statement.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.ReadTextStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ReadTextStatement _
Inherits TSqlStatement
'Uso
Dim instance As ReadTextStatement
[SerializableAttribute]
public class ReadTextStatement : TSqlStatement
[SerializableAttribute]
public ref class ReadTextStatement : public TSqlStatement
[<SerializableAttribute>]
type ReadTextStatement =
class
inherit TSqlStatement
end
public class ReadTextStatement extends TSqlStatement
O tipo ReadTextStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReadTextStatement | Initializes a new instance of the ReadTextStatement class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Column | Gets or sets the column name. Has to be at least a two part name including table. | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
HoldLock | Gets or sets a value that indicates whether the HOLDLOCK was defined. | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
Offset | Gets or sets the offset before reading. Can be an integer or a variable. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
Size | Gets or sets the size to read. Can be an integer or a variable. | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) | |
TextPointer | Gets or sets the text pointer. Can be a binary or a variable. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts the visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts the visitor for Children. (Substitui TSqlStatement.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.