Partilhar via


Interface ISfcDroppable

Defines a method that can be used to produce a script to drop this object from storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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

O tipo ISfcDroppable expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Drop Removes the referenced object. (Herdado de IDroppable.)
Método público ScriptDrop Produces the script to drop this object from storage. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc