Classe ObjectEvent
The ObjectEvent object represents the of SQL Server object events that can be included in an object event set.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.ObjectEvent
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class ObjectEvent
'Uso
Dim instance As ObjectEvent
public sealed class ObjectEvent
public ref class ObjectEvent sealed
[<SealedAttribute>]
type ObjectEvent = class end
public final class ObjectEvent
O tipo ObjectEvent expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Alter | Gets an object event that can be included in the event set. | |
Drop | Gets an object event that can be included in the event set. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Returns the object event set that is created by adding two object events. | |
BitwiseOr | Creates a new object event set by performing a BitwiseOr operation on two ObjectEvent objects | |
Equals | Returns a value whether the ObjectEvent is equal to the specified object. (Substitui Object.Equals(Object).) | |
GetHashCode | This method supports the SMO infrastructure and is not intended to be used directly from your code. (Substitui Object.GetHashCode().) | |
GetType | (Herdado de Object.) | |
ToString | Overrides ToString method in a ObjectEvent object. (Substitui Object.ToString().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Addition | Creates a object event set by performing an addition operation on two ObjectEvent objects. | |
BitwiseOr | Creates an object event set by performing a bitwise OR operation on two ObjectEvent objects. | |
Equality | Creates a object event set by performing an equality operation on two ObjectEvent objects. | |
Implicit(ObjectEvent to ObjectEventSet) | :Microsoft.SqlServer.Management.Smo.ObjectEventSetCreates a new object event set by implicitly converting a ObjectEvent. | |
Inequality | Creates an object event set by performing an inequality operation on two ObjectEvent objects. |
Início
Comentários
The ObjectEvent object contains a property for each event to which the object can respond. The actual set of events is specified using the ObjectEventSet 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
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.