Interfaccia IMarkForDrop
Defines a method that marks an object to be dropped.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Public Interface IMarkForDrop
'Utilizzo
Dim instance As IMarkForDrop
public interface IMarkForDrop
public interface class IMarkForDrop
type IMarkForDrop = interface end
public interface IMarkForDrop
Nel tipo IMarkForDrop sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. |
In alto
Osservazioni
The IMarkForDrop class is implemented by various instance classes.