IMarkForDrop Interface
Defines a method that marks an object to be dropped.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Interface IMarkForDrop
'Usage
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop = interface end
public interface IMarkForDrop
The IMarkForDrop type exposes the following members.
Methods
Name | Description | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
Top
Remarks
The IMarkForDrop class is implemented by various instance classes.