IDroppable 接口

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

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Public Interface IDroppable
用法
Dim instance As IDroppable
public interface IDroppable
public interface class IDroppable
type IDroppable =  interface end
public interface IDroppable

IDroppable 类型公开以下成员。

方法

  名称 说明
公共方法 Drop Removes the referenced object.

页首

注释

The IDroppable class is implemented by various instance classes.