ISfcCreatable 接口

Defines a method that can be used to produce a script to create this object to storage in its current state. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Interface ISfcCreatable _
    Inherits ICreatable
用法
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =  
    interface
        interface ICreatable
    end
public interface ISfcCreatable extends ICreatable

ISfcCreatable 类型公开以下成员。

方法

  名称 说明
公共方法 Create Creates an object on the server as defined by the referenced SMO object. (从 ICreatable 继承。)
公共方法 ScriptCreate Produces the script to create this object to storage in its current state. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首