IDroppable Interface

Defines a method to Drop an object on the referenced connection.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Interface IDroppable
'Usage
Dim instance As IDroppable
public interface IDroppable
public interface class IDroppable
type IDroppable =  interface end
public interface IDroppable

The IDroppable type exposes the following members.

Methods

  Name Description
Public method Drop Removes the referenced object.

Top

Remarks

The IDroppable class is implemented by various instance classes.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace