ISfcDroppable-Schnittstelle
Defines a method that can be used to produce a script to drop this object from storage. 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 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
Der ISfcDroppable-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Drop | Removes the referenced object. (Geerbt von IDroppable.) | |
ScriptDrop | Produces the script to drop this object from storage. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang