Metoda UserDefinedFunctionEventSet.Remove
Usuwa zdarzenie z zestaw zdarzeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function Remove ( _
anEvent As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
'Użycie
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
Parametry
- anEvent
Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent obiekt, który określa zdarzenie.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet obiekt reprezentujący funkcja zdefiniowana przez użytkownika zdarzenie zestaw.
Zobacz także