Share via


Interface ISfcDroppable

Defines a method that can be used to produce a script to drop this object from storage. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface ISfcDroppable _
    Inherits IDroppable
'Utilisation
Dim instance As ISfcDroppable
public interface ISfcDroppable : IDroppable
public interface class ISfcDroppable : IDroppable
type ISfcDroppable =  
    interface
        interface IDroppable
    end
public interface ISfcDroppable extends IDroppable

Le type ISfcDroppable expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Drop Removes the referenced object. (hérité de IDroppable.)
Méthode publique ScriptDrop Produces the script to drop this object from storage. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page