Interface ISfcMarkForDrop
Defines a method that marks an object to be dropped. 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 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 | |
---|---|---|
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