Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UserDefinedFunctionEvent object represents the Microsoft 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 | |
---|---|---|
![]() ![]() |
AlterFunction | Gets a user-defined function event that can be included in the event set. |
![]() ![]() |
DropFunction | Gets a user-defined function event that can be included in the event set. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() ![]() |
Add | |
![]() ![]() |
BitwiseOr | |
![]() |
Equals | Overloaded. Overridden. |
![]() |
GetHashCode | Overridden. This method supports the Microsoft SQL Server 2005 infrastructure and is not intended to be used directly from your code. |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Addition | Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
op_BitwiseOr | Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
op_Equality | Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
op_Implicit | |
![]() ![]() |
op_Inequality | Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | Overridden. Returns the referenced object in string format. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
UserDefinedFunctionEvent Class
Microsoft.SqlServer.Management.Smo Namespace