ReceiveStatement Class

Definition

Represents RECEIVE statement

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

Constructors

ReceiveStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

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)
Into

Specifies the table to select into the columns from received messages, optional

IsConversationGroupIdWhere

True if conversation group id was specified in where clause, false otherwise. Meaningless if Where is null.

LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
Queue

The name of the queue to receive messages from.

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
SelectElements

These are the selected columns, or set variables, the strong types of objects that can be here are SelectColumn, SelectSetVariable.

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)
Top

Optional number of messages to return

Where

Specifies the conversation or conversation group for received messages, optional

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to