Freigeben über


IDroppable-Schnittstelle

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

Der IDroppable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Drop Removes the referenced object.

Zum Anfang

Hinweise

The IDroppable class is implemented by various instance classes.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common-Namespace