Metodo Remove
Removes an event from the event set.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function Remove ( _
anEvent As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
'Utilizzo
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
Parametri
- anEvent
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the event.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEventSet
A UserDefinedFunctionEventSet object that represents the user-defined function event set.
Vedere anche