IMarkForDrop 接口

Defines a method that marks an object to be dropped.

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

语法

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

IMarkForDrop 类型公开以下成员。

方法

  名称 说明
公共方法 MarkForDrop Marks the referenced object to be dropped next time its parent object is altered by the Alter method.

页首

注释

The IMarkForDrop class is implemented by various instance classes.

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间