IMarkForDrop-Schnittstelle
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
Der IMarkForDrop-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
Zum Anfang
Hinweise
The IMarkForDrop class is implemented by various instance classes.