Interface IMarkForDrop
Defines a method that marks an object to be dropped.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Interface IMarkForDrop
'Utilisation
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop = interface end
public interface IMarkForDrop
Le type IMarkForDrop expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
Haut de la page
Notes
The IMarkForDrop class is implemented by various instance classes.