Compartilhar via


Classe UserDefinedFunctionEvent

The UserDefinedFunctionEvent object represents the SQL Server user-defined function events that can be included in a user-defined function event set.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent

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

Sintaxe

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

O tipo UserDefinedFunctionEvent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade públicaMembro estático AlterFunction Gets a user-defined function event that can be included in the event set.
Propriedade públicaMembro estático DropFunction Gets a user-defined function event that can be included in the event set.

Início

Métodos

  Nome Descrição
Método públicoMembro estático Add Adds two user defined function events to create a user defined function event set.
Método públicoMembro estático BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
Método público Equals Determines whether the referenced user-defined function event object is equal to the 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 a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
Operador públicoMembro estático BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
Operador públicoMembro estático Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
Operador públicoMembro estático Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) Casts a single user defined function event as a user defined function event set.
Operador públicoMembro estático Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.

Início

Comentários

The UserDefinedFunctionEvent object contains a property for each event to which a user-defined function can respond. The actual set of events is specified by using the UserDefinedFunctionEventSet 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