หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Tests whether state is managed and drops the instance if it is managed.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Sub Drop Implements IDroppable.Drop
'Usage
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.