Metodo UnsubscribeAllEvents
Clears all event settings, and removes all event handlers.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub UnsubscribeAllEvents
'Utilizzo
Dim instance As PartitionFunctionEvents
instance.UnsubscribeAllEvents()
public void UnsubscribeAllEvents()
public:
void UnsubscribeAllEvents()
member UnsubscribeAllEvents : unit -> unit
public function UnsubscribeAllEvents()
Vedere anche