Partilhar via


Classe SqlAssemblyEvent

The SqlAssemblyEvent object represents the SQL Server assembly events that can be included in an assembly event set.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class SqlAssemblyEvent
'Uso
Dim instance As SqlAssemblyEvent
public sealed class SqlAssemblyEvent
public ref class SqlAssemblyEvent sealed
[<SealedAttribute>]
type SqlAssemblyEvent =  class end
public final class SqlAssemblyEvent

O tipo SqlAssemblyEvent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade públicaMembro estático AlterAssembly Gets an assembly event that can be included in the event set.
Propriedade públicaMembro estático DropAssembly Gets an assembly event that can be included in the event set.

Início

Métodos

  Nome Descrição
Método públicoMembro estático Add Returns an SQL assembly event set that is created by adding two SQL assembly events together.
Método públicoMembro estático BitwiseOr Returns a SqlAssemblyEventSet as a result of a bitwise OR operation on two Sql Assembly Events.
Método público Equals Determines whether the referenced assembly event object is equal to a specified object. (Substitui Object.Equals(Object).)
Método público GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString Returns the referenced object in string format. (Substitui Object.ToString().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Addition Creates an assembly event set by performing an addition operation on two SqlAssemblyEvent objects.
Operador públicoMembro estático BitwiseOr Creates an assembly event set by performing a bitwise OR operation on two ServerEvent objects.
Operador públicoMembro estático Equality Creates an assembly event set by performing an equality operation on two SqlAssemblyEvent objects.
Operador públicoMembro estático Implicit(SqlAssemblyEvent to SqlAssemblyEventSet) Casts a single SqlAssemblyEvent as an SqlAssemblyEventSet.
Operador públicoMembro estático Inequality Creates an assembly event set by performing an inequality operation on two SqlAssemblyEvent objects.

Início

Comentários

The SqlAssemblyEvent object contains a property for each event to which assembly can respond. The actual set of events is specified using the SqlAssemblyEventSet object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Exemplos

Manipulando eventos SMO

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.Management.Smo