共用方式為


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

上層