共用方式為


ISfcAlterable 介面

Defines a method to produce a script that can be used to alter the storage to match the current object state. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

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

ISfcAlterable 型別公開下列成員。

方法

  名稱 說明
公用方法 Alter Updates any property changes on an instance of Microsoft SQL Server. (繼承自 IAlterable。)
公用方法 ScriptAlter Produces the script to alter the storage to match the current object state. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層