Udostępnij przez


UserDefinedFunctionEventSet Members

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

The following tables list the members exposed by the UserDefinedFunctionEventSet type.

Public Constructors

  Name Description
UserDefinedFunctionEventSet Overloaded. Initializes a new instance of the UserDefinedFunctionEventSet class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms220640.pubproperty(pl-pl,SQL.100).gif 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.
ms220640.pubproperty(pl-pl,SQL.100).gif 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.
ms220640.pubproperty(pl-pl,SQL.100).gif NumberOfElements Overridden. 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.

Top

Protected Properties

  Name Description
ms220640.protproperty(pl-pl,SQL.100).gif Storage  Gets or sets the bit array for event set storage. (inherited from EventSetBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220640.pubmethod(pl-pl,SQL.100).gif Add Overloaded. Adds a user defined function event to a user defined function event set.
ms220640.pubmethod(pl-pl,SQL.100).gif Copy Overridden. Returns a copy of the event set.
ms220640.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220640.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220640.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220640.pubmethod(pl-pl,SQL.100).gifms220640.static(pl-pl,SQL.100).gif op_Addition Creates a user-defined function event set by performing an addition operation on a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.
ms220640.pubmethod(pl-pl,SQL.100).gifms220640.static(pl-pl,SQL.100).gif op_Subtraction Creates a user-defined function event set by performing a subtraction operation on a UserDefinedFunctionEvent object and a UserDefinedFunctionEventSet object.
ms220640.pubmethod(pl-pl,SQL.100).gifms220640.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220640.pubmethod(pl-pl,SQL.100).gif Remove Removes an event from the event set.
ms220640.pubmethod(pl-pl,SQL.100).gifms220640.static(pl-pl,SQL.100).gif Subtract Subtracts a user defined function event from a user defined function event set.
ms220640.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns a String that represents the UserDefinedFunctionEventSet object.

Top

Protected Methods

  Name Description
ms220640.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220640.protmethod(pl-pl,SQL.100).gif FitsMask  (inherited from EventSetBase )
ms220640.protmethod(pl-pl,SQL.100).gif HasCommonBits  (inherited from EventSetBase )
ms220640.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )
ms220640.protmethod(pl-pl,SQL.100).gif SetValue  (inherited from EventSetBase )

Top