Udostępnij przez


UserDefinedFunctionEvent Members

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

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

Public Properties

  Name Description
ms220619.pubproperty(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif AlterFunction Gets a user-defined function event that can be included in the event set.
ms220619.pubproperty(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif DropFunction Gets a user-defined function event that can be included in the event set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif Add Adds two user defined function events to create a user defined function event set.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
ms220619.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Inherits Equals
ms220619.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. This method supports the SQL Server infrastructure and is not intended to be used directly from your code.
ms220619.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif op_Addition Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif op_BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif op_Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif op_Implicit Casts a single user defined function event as a user defined function event set.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif op_Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.
ms220619.pubmethod(pl-pl,SQL.100).gifms220619.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220619.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns the referenced object in string format.

Top

Protected Methods

  Name Description
ms220619.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220619.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top