Freigeben über


UserDefinedFunctionEventSet.Remove-Methode

Removes an event from the event set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function Remove ( _
    anEvent As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
'Usage
Dim instance As UserDefinedFunctionEventSet 
Dim anEvent As UserDefinedFunctionEvent 
Dim returnValue As UserDefinedFunctionEventSet 

returnValue = instance.Remove(anEvent)
public UserDefinedFunctionEventSet Remove(
    UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet^ Remove(
    UserDefinedFunctionEvent^ anEvent
)
member Remove : 
        anEvent:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet
public function Remove(
    anEvent : UserDefinedFunctionEvent
) : UserDefinedFunctionEventSet

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that represents the user-defined function event set.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

UserDefinedFunctionEventSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace