UserDefinedFunctionEvent Members
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
Имя | 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. |
В начало
Public Methods
(see also Protected Methods )
Имя | 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. |
В начало
Protected Methods
Имя | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
В начало
См. также
Справочник
UserDefinedFunctionEvent Class
Microsoft.SqlServer.Management.Smo Namespace