Share via


Clase UserDefinedFunctionEventSet

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class UserDefinedFunctionEventSet _
    Inherits EventSetBase
'Uso
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

El tipo UserDefinedFunctionEventSet expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público UserDefinedFunctionEventSet() () () () Initializes a new instance of the UserDefinedFunctionEventSet class.
Método público UserDefinedFunctionEventSet(UserDefinedFunctionEvent) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.
Método público UserDefinedFunctionEventSet(array<UserDefinedFunctionEvent> [] () [] []) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.
Método público UserDefinedFunctionEventSet(UserDefinedFunctionEventSet) Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública 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.
Propiedad pública 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. (Invalida EventSetBase. . :: . .NumberOfElements.)
Propiedad protegida Storage Gets or sets the bit array for event set storage. (Se hereda de EventSetBase.)

Arriba

Métodos

  Nombre Descripción
Método público Add(UserDefinedFunctionEvent) Adds a UserDefinedFunctionEvent object to the UserDefinedFunctionEventSet object.
Método públicoMiembro estático Add(UserDefinedFunctionEventSet, UserDefinedFunctionEvent) Adds a user defined function event to an user defined function event set.
Método público Copy Returns a copy of the event set. (Invalida EventSetBase. . :: . .Copy() () () ().)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método protegido FitsMask Specifies whether the EventSetBase object fits the specified mask. (Se hereda de EventSetBase.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. (Se hereda de EventSetBase.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove Removes an event from the event set.
Método protegido SetValue Sets the bit value at the specified index position. (Se hereda de EventSetBase.)
Método públicoMiembro estático Subtract Subtracts a user defined function event from a user defined function event set.
Método público ToString Returns a String that represents the UserDefinedFunctionEventSet object. (Invalida Object. . :: . .ToString() () () ().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Creates a user-defined function event set by performing an addition operation on a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.
Operador públicoMiembro estático Subtraction Creates a user-defined function event set by performing a subtraction operation on a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.

Arriba

Comentarios

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

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.