ISfcDroppable 接口
Defines a method that can be used to produce a script to drop this object from storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Interface ISfcDroppable _
Inherits IDroppable
用法
Dim instance As ISfcDroppable
public interface ISfcDroppable : IDroppable
public interface class ISfcDroppable : IDroppable
type ISfcDroppable =
interface
interface IDroppable
end
public interface ISfcDroppable extends IDroppable
ISfcDroppable 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Drop | Removes the referenced object. (从 IDroppable 继承。) | |
ScriptDrop | Produces the script to drop this object from storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 |
页首