ReceiveStatement Class
Represents the RECEIVE statement.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
Microsoft.SqlServer.TransactSql.ScriptDom.ReceiveStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReceiveStatement _
Inherits WaitForSupportedStatement
'Usage
Dim instance As ReceiveStatement
[SerializableAttribute]
public class ReceiveStatement : WaitForSupportedStatement
[SerializableAttribute]
public ref class ReceiveStatement : public WaitForSupportedStatement
[<SerializableAttribute>]
type ReceiveStatement =
class
inherit WaitForSupportedStatement
end
public class ReceiveStatement extends WaitForSupportedStatement
The ReceiveStatement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReceiveStatement | Initializes a new instance of the ReceiveStatement class. |
Top
Properties
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 nulla null reference (Nothing in Visual Basic). | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accepts the visitor. (Overrides TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts the visitor for Children. (Overrides WaitForSupportedStatement.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.