Compartir a través de


Interfaz ISfcDroppable

Defines a method that can be used to produce a script to drop this object from storage. 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 ISfcDroppable _
    Inherits IDroppable
'Uso
Dim instance As ISfcDroppable
public interface ISfcDroppable : IDroppable
public interface class ISfcDroppable : IDroppable
type ISfcDroppable =  
    interface 
        interface IDroppable 
    end
public interface ISfcDroppable extends IDroppable

El tipo ISfcDroppable expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Drop Removes the referenced object. (Se hereda de IDroppable.)
Método público ScriptDrop Produces the script to drop this object from storage. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc