Classe BeginDialogStatement
Represents the BEGIN DIALOG statement.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.BeginDialogStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class BeginDialogStatement _
Inherits TSqlStatement
'Uso
Dim instance As BeginDialogStatement
[SerializableAttribute]
public class BeginDialogStatement : TSqlStatement
[SerializableAttribute]
public ref class BeginDialogStatement : public TSqlStatement
[<SerializableAttribute>]
type BeginDialogStatement =
class
inherit TSqlStatement
end
public class BeginDialogStatement extends TSqlStatement
O tipo BeginDialogStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BeginDialogStatement | Initializes a new instance of the BeginDialogStatement class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ContractName | Gets or sets the contract that this conversation follows. | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
Handle | Gets or sets the conversation handle. | |
InitiatorServiceName | Gets or sets the service that initiates the dialog. It can be an Identifier or a literal. | |
InstanceSpec | Gets or sets the database that hosts the target service. It can be a string Literal or a Variable. | |
IsConversation | Gets or sets a value that indicates whether CONVERSATION is specified. | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
Options | Gets or sets the collection of dialog options. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
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.) | |
TargetServiceName | Gets or sets the target service with which to initiate the dialog. It can be a string Literal or a Variable. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Indicates the entry point for a given visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Calls Accept on the children with the given visitor. (Substitui TSqlStatement.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.