Interface ISfcMarkForDrop

Defines a method that marks an object to be dropped. Ne faites pas directement référence à 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 ISfcMarkForDrop _
    Inherits IMarkForDrop
'Utilisation
Dim instance As ISfcMarkForDrop
public interface ISfcMarkForDrop : IMarkForDrop
public interface class ISfcMarkForDrop : IMarkForDrop
type ISfcMarkForDrop =  
    interface 
        interface IMarkForDrop 
    end
public interface ISfcMarkForDrop extends IMarkForDrop

Le type ISfcMarkForDrop expose les membres suivants.

Méthodes

  Nom Description
Méthode publique MarkForDrop Marks the referenced object to be dropped next time its parent object is altered by the Alter method. (hérité de IMarkForDrop.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc