Interfaz ISfcMarkForDrop
Defines a method that marks an object to be dropped. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Interface ISfcMarkForDrop _
Inherits IMarkForDrop
'Uso
Dim instance As ISfcMarkForDrop
public interface ISfcMarkForDrop : IMarkForDrop
public interface class ISfcMarkForDrop : IMarkForDrop
type ISfcMarkForDrop =
interface
interface IMarkForDrop
end
public interface ISfcMarkForDrop extends IMarkForDrop
El tipo ISfcMarkForDrop expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. (Se hereda de IMarkForDrop.) |
Arriba