다음을 통해 공유


UserDefinedFunctionEventSet 생성자 (UserDefinedFunctionEvent[])

Initializes a new instance of the UserDefinedFunctionEventSet class with a specified set of events.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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[]
)

매개 변수