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.