Classe UserDefinedFunctionEvent

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class UserDefinedFunctionEvent
'Utilizzo
Dim instance As UserDefinedFunctionEvent
public sealed class UserDefinedFunctionEvent
public ref class UserDefinedFunctionEvent sealed
[<SealedAttribute>]
type UserDefinedFunctionEvent =  class end
public final class UserDefinedFunctionEvent

Nel tipo UserDefinedFunctionEvent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblicaMembro statico AlterFunction Gets a user-defined function event that can be included in the event set.
Proprietà pubblicaMembro statico DropFunction Gets a user-defined function event that can be included in the event set.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico Add Adds two user defined function events to create a user defined function event set.
Metodo pubblicoMembro statico BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
Metodo pubblico Equals Determines whether the referenced user-defined function event object is equal to the specified object. Esegue l'override di Object.Equals(Object).
Metodo pubblico GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Returns the referenced object in string format. Esegue l'override di Object.ToString().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Addition Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
Operatore pubblicoMembro statico BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
Operatore pubblicoMembro statico Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
Operatore pubblicoMembro statico Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) Casts a single user defined function event as a user defined function event set.
Operatore pubblicoMembro statico Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.

In alto

Osservazioni

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

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Esempi

Gestione degli eventi SMO

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo