Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The UserDefinedFunctionEvent object represents the SQL Server user-defined function events that can be included in a user-defined function event set.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public NotInheritable Class UserDefinedFunctionEvent
'Применение
Dim instance As UserDefinedFunctionEvent
public sealed class UserDefinedFunctionEvent
public ref class UserDefinedFunctionEvent sealed
[<SealedAttribute>]
type UserDefinedFunctionEvent = class end
public final class UserDefinedFunctionEvent
Тип UserDefinedFunctionEvent обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() ![]() |
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. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
Add | Adds two user defined function events to create a user defined function event set. |
![]() ![]() |
BitwiseOr | Combines two user defined function events using a bitwise or to create a user defined function event set. |
![]() |
Equals | Determines whether the referenced user-defined function event object is equal to the specified object. (Переопределяет Object.Equals(Object).) |
![]() |
GetHashCode | This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Переопределяет Object.GetHashCode().) |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | Returns the referenced object in string format. (Переопределяет Object.ToString().) |
В начало
Операторы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
Addition | Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
BitwiseOr | Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
Equality | Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects. |
![]() ![]() |
Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) | Casts a single user defined function event as a user defined function event set. |
![]() ![]() |
Inequality | Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects. |
В начало
Замечания
The UserDefinedFunctionEvent object contains a property for each event to which a user-defined function can respond. The actual set of events is specified by using the UserDefinedFunctionEventSet object.
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.
Примеры
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)