Конструктор UserDefinedFunctionEventSet (UserDefinedFunctionEvent[])
Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
ParamArray events As UserDefinedFunctionEvent() _
)
'Применение
Dim events As UserDefinedFunctionEvent()
Dim instance As New UserDefinedFunctionEventSet(events)
public UserDefinedFunctionEventSet(
params UserDefinedFunctionEvent[] events
)
public:
UserDefinedFunctionEventSet(
... array<UserDefinedFunctionEvent^>^ events
)
new :
events:UserDefinedFunctionEvent[] -> UserDefinedFunctionEventSet
public function UserDefinedFunctionEventSet(
... events : UserDefinedFunctionEvent[]
)
Параметры
- events
Тип array<Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent> [] () [] []
An array of UserDefinedFunctionEvent objects that specifies a list of user-defined function events.