Конструктор UserDefinedFunctionEventSet (UserDefinedFunctionEvent)
Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
anEvent As UserDefinedFunctionEvent _
)
'Применение
Dim anEvent As UserDefinedFunctionEvent
Dim instance As New UserDefinedFunctionEventSet(anEvent)
public UserDefinedFunctionEventSet(
UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet(
UserDefinedFunctionEvent^ anEvent
)
new :
anEvent:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet
public function UserDefinedFunctionEventSet(
anEvent : UserDefinedFunctionEvent
)
Параметры
- anEvent
Тип: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies a user-defined function event.
Примеры
См. также
Справочник
UserDefinedFunctionEventSet Класс