ISfcMarkForDrop-Schnittstelle
Defines a method that marks an object to be dropped. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface ISfcMarkForDrop _
Inherits IMarkForDrop
'Usage
Dim instance As ISfcMarkForDrop
public interface ISfcMarkForDrop : IMarkForDrop
public interface class ISfcMarkForDrop : IMarkForDrop
type ISfcMarkForDrop =
interface
interface IMarkForDrop
end
public interface ISfcMarkForDrop extends IMarkForDrop
Der ISfcMarkForDrop-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. (Geerbt von IMarkForDrop.) |
Zum Anfang