共用方式為


ISfcMarkForDrop 介面

Defines a method that marks an object to be dropped. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Interface ISfcMarkForDrop _
    Inherits IMarkForDrop
'用途
Dim instance As ISfcMarkForDrop
public interface ISfcMarkForDrop : IMarkForDrop
public interface class ISfcMarkForDrop : IMarkForDrop
type ISfcMarkForDrop =  
    interface
        interface IMarkForDrop
    end
public interface ISfcMarkForDrop extends IMarkForDrop

ISfcMarkForDrop 型別公開下列成員。

方法

  名稱 說明
公用方法 MarkForDrop Marks the referenced object to be dropped next time its parent object is altered by the Alter method. (繼承自 IMarkForDrop。)

上層