Interface IMarkForDrop
Defines a method that marks an object to be dropped.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public Interface IMarkForDrop
'Uso
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop = interface end
public interface IMarkForDrop
O tipo IMarkForDrop expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
Início
Comentários
The IMarkForDrop class is implemented by various instance classes.