다음을 통해 공유


UserDefinedFunctionEvent.Add 메서드

Adds two user defined function events to create a user defined function event set.

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

구문

‘선언
Public Shared Function Add ( _
    eventLeft As UserDefinedFunctionEvent, _
    eventRight As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
‘사용 방법
Dim eventLeft As UserDefinedFunctionEvent 
Dim eventRight As UserDefinedFunctionEvent 
Dim returnValue As UserDefinedFunctionEventSet 

returnValue = UserDefinedFunctionEvent.Add(eventLeft, _
    eventRight)
public static UserDefinedFunctionEventSet Add(
    UserDefinedFunctionEvent eventLeft,
    UserDefinedFunctionEvent eventRight
)
public:
static UserDefinedFunctionEventSet^ Add(
    UserDefinedFunctionEvent^ eventLeft, 
    UserDefinedFunctionEvent^ eventRight
)
static member Add : 
        eventLeft:UserDefinedFunctionEvent * 
        eventRight:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet
public static function Add(
    eventLeft : UserDefinedFunctionEvent, 
    eventRight : UserDefinedFunctionEvent
) : UserDefinedFunctionEventSet

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
UserDefinedFunctionEventSet

SMO 이벤트 처리

참고 항목

참조

UserDefinedFunctionEvent 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스