Partilhar via


Classe CreateEventNotificationStatement

Represents the create event notification statement.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.CreateEventNotificationStatement

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class CreateEventNotificationStatement _
    Inherits TSqlStatement
'Uso
Dim instance As CreateEventNotificationStatement
[SerializableAttribute]
public class CreateEventNotificationStatement : TSqlStatement
[SerializableAttribute]
public ref class CreateEventNotificationStatement : public TSqlStatement
[<SerializableAttribute>]
type CreateEventNotificationStatement =  
    class 
        inherit TSqlStatement 
    end
public class CreateEventNotificationStatement extends TSqlStatement

O tipo CreateEventNotificationStatement expõe os membros a seguir.

Construtores

  Nome Descrição
Método público CreateEventNotificationStatement Initializes a new instance of the CreateEventNotificationStatement class.

Início

Propriedades

  Nome Descrição
Propriedade pública BrokerInstanceSpecifier Gets or sets the name of the broker instance specifier.
Propriedade pública BrokerService Gets or sets the name of the broker service.
Propriedade pública EventTypeGroups Gets a list of event types or groups.
Propriedade pública FirstTokenIndex Gets or sets the first token index. (Herdado de TSqlFragment.)
Propriedade pública FragmentLength Gets the fragment length. (Herdado de TSqlFragment.)
Propriedade pública LastTokenIndex Gets or sets the last token index. (Herdado de TSqlFragment.)
Propriedade pública Name Gets or sets the name of the event notification.
Propriedade pública Scope Gets or sets the scope for event notification.
Propriedade pública ScriptTokenStream Gets or sets a list of token streams. (Herdado de TSqlFragment.)
Propriedade pública StartColumn Gets the starting column. (Herdado de TSqlFragment.)
Propriedade pública StartLine Gets the starting line. (Herdado de TSqlFragment.)
Propriedade pública StartOffset Gets the fragment start offset value. (Herdado de TSqlFragment.)
Propriedade pública WithFanIn Gets or sets a value that indicates whether With FAN_IN is defined.

Início

Métodos

  Nome Descrição
Método público Accept Indicates the entry point for a given visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).)
Método público AcceptChildren Calls Accept on the children with the given visitor. (Substitui TSqlStatement.AcceptChildren(TSqlFragmentVisitor).)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom