ReceiveStatement Class
Represents the RECEIVE statement.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Microsoft.SqlServer.TransactSql.ScriptDom::TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom::TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom::WaitForSupportedStatement
Microsoft.SqlServer.TransactSql.ScriptDom::ReceiveStatement
| Name | Description | |
|---|---|---|
![]() | ReceiveStatement() | Initializes a new instance of the ReceiveStatement class. |
| Name | Description | |
|---|---|---|
![]() | FirstTokenIndex | Gets or sets the first token index.(Inherited from TSqlFragment.) |
![]() | FragmentLength | Gets the fragment length.(Inherited from TSqlFragment.) |
![]() | Into | Gets or sets the table to select into the columns from received messages, optional. |
![]() | IsConversationGroupIdWhere | Gets or sets a value that indicates whether a conversation group ID is specified in a WHERE clause. Meaningless if WHERE is null. |
![]() | LastTokenIndex | Gets or sets the last token index.(Inherited from TSqlFragment.) |
![]() | Queue | Gets or sets the name of the queue to receive messages from. |
![]() | ScriptTokenStream | Gets or sets a list of token streams.(Inherited from TSqlFragment.) |
![]() | SelectElements | Gets or sets the selected columns or set variables, the strong types of objects that can be here are SelectColumn and SelectSetVariable. |
![]() | StartColumn | Gets the starting column.(Inherited from TSqlFragment.) |
![]() | StartLine | Gets the starting line.(Inherited from TSqlFragment.) |
![]() | StartOffset | Gets the fragment start offset value.(Inherited from TSqlFragment.) |
![]() | Top | Gets or sets the optional number of messages to return. |
![]() | Where | Gets or sets the conversation or conversation group for received messages, optional. |
| Name | Description | |
|---|---|---|
![]() | Accept(TSqlFragmentVisitor^) | Accepts the visitor.(Overrides TSqlFragment::Accept(TSqlFragmentVisitor^).) |
![]() | AcceptChildren(TSqlFragmentVisitor^) | Accepts the visitor for Children.(Overrides WaitForSupportedStatement::AcceptChildren(TSqlFragmentVisitor^).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


