Classe ReceiveStatement
Represents the RECEIVE statement.
Hierarquia de herança
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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ReceiveStatement _
Inherits WaitForSupportedStatement
'Uso
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
O tipo ReceiveStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReceiveStatement | Initializes a new instance of the ReceiveStatement class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de 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 nulluma referência nula (Nothing no Visual Basic). | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
Queue | Gets or sets the name of the queue to receive messages from. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de 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. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts the visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts the visitor for Children. (Substitui WaitForSupportedStatement.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.