Metoda IDroppable.Drop
Sprawdzenie, czy Państwo jest zarządzany i spadnie wystąpienie, jeśli jest zarządzany.
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Deklaracja
Private Sub Drop Implements IDroppable.Drop
'Użycie
Dim instance As ManagedInstance
CType(instance, IDroppable).Drop()
void IDroppable.Drop()
private:
virtual void Drop() sealed = IDroppable::Drop
private abstract Drop : unit -> unit
private override Drop : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.