ISfcDroppable Interface
Defines a method that can be used to produce a script to drop this object from storage. 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 ISfcDroppable _
Inherits IDroppable
'Usage
Dim instance As ISfcDroppable
public interface ISfcDroppable : IDroppable
public interface class ISfcDroppable : IDroppable
type ISfcDroppable =
interface
interface IDroppable
end
public interface ISfcDroppable extends IDroppable
The ISfcDroppable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Drop | Removes the referenced object. (Inherited from IDroppable.) | |
ScriptDrop | Produces the script to drop this object from storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top