ISfcMarkForDrop Interface
Defines a method that marks an object to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
The ISfcMarkForDrop type exposes the following members.
Methods
Name | Description | |
---|---|---|
MarkForDrop | Marks the referenced object to be dropped next time its parent object is altered by the Alter method. (Inherited from IMarkForDrop.) |
Top