Interfaz IMarkForDrop

Defines a method that marks an object to be dropped.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Interface IMarkForDrop
'Uso
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop =  interface end
public interface IMarkForDrop

El tipo IMarkForDrop expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público MarkForDrop Marks the referenced object to be dropped next time its parent object is altered by the Alter method.

Arriba

Comentarios

The IMarkForDrop class is implemented by various instance classes.