Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Parameters
- anEvent
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the event.
Return Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that represents the user-defined function event set.