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 基础结构。

页首