共用方式為


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 基礎結構。

上層