ReadTextStatement Class

Definition

Represents the readtext statement.

[System.Serializable]
public class ReadTextStatement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
[<System.Serializable>]
type ReadTextStatement = class
    inherit TSqlStatement
Public Class ReadTextStatement
Inherits TSqlStatement
Inheritance
ReadTextStatement
Attributes

Constructors

ReadTextStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

Column

The column. Has to be at least a two part name including table.

FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
HoldLock

True if HOLDLOCK was defined.

LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
Offset

Can be an integer or a variable.

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
Size

Can be an integer or a variable.

StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)
TextPointer

Can be a binary or a variable.

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to