Classe UserDefinedFunctionEventSet

The UserDefinedFunctionEventSet object represents a SQL Server set of user-defined function events.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.EventSetBase
    Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet

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

Sintassi

'Dichiarazione
Public NotInheritable Class UserDefinedFunctionEventSet _
    Inherits EventSetBase
'Utilizzo
Dim instance As UserDefinedFunctionEventSet
public sealed class UserDefinedFunctionEventSet : EventSetBase
public ref class UserDefinedFunctionEventSet sealed : public EventSetBase
[<SealedAttribute>]
type UserDefinedFunctionEventSet =  
    class 
        inherit EventSetBase 
    end
public final class UserDefinedFunctionEventSet extends EventSetBase

Nel tipo UserDefinedFunctionEventSet sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico UserDefinedFunctionEventSet() Initializes a new instance of the UserDefinedFunctionEventSet class.
Metodo pubblico UserDefinedFunctionEventSet(UserDefinedFunctionEvent) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.
Metodo pubblico UserDefinedFunctionEventSet(array<UserDefinedFunctionEvent[]) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.
Metodo pubblico UserDefinedFunctionEventSet(UserDefinedFunctionEventSet) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AlterFunction Gets or sets a Boolean property value that specifies whether the event that occurs when a function is altered is included in the event set.
Proprietà pubblica DropFunction Gets or sets a Boolean property value that specifies whether the event that occurs when a function is dropped is included in the event set.
Proprietà pubblica NumberOfElements Gets or sets a Boolean property value that specifies whether the event that occurs when the number of elements changes is included in the event set. Esegue l'override di EventSetBase.NumberOfElements.
Proprietà protetta Storage Gets or sets the bit array for event set storage. Ereditato da EventSetBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(UserDefinedFunctionEvent) Adds a UserDefinedFunctionEvent object to the UserDefinedFunctionEventSet object.
Metodo pubblicoMembro statico Add(UserDefinedFunctionEventSet, UserDefinedFunctionEvent) Adds a user defined function event to an user defined function event set.
Metodo pubblico Copy Returns a copy of the event set. Esegue l'override di EventSetBase.Copy().
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Remove Removes an event from the event set.
Metodo pubblicoMembro statico Subtract Subtracts a user defined function event from a user defined function event set.
Metodo pubblico ToString Returns a String that represents the UserDefinedFunctionEventSet object. 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 a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.
Operatore pubblicoMembro statico Subtraction Creates a user-defined function event set by performing a subtraction operation on a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.

In alto

Osservazioni

SQL Server provides events subscription for all SMO objects that have server event support. The UserDefinedFunction object has event support for the events represented by UserDefinedFunctionEventSet properties.

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