Partilhar via


Interface ISfcCreatable

Defines a method that can be used to produce a script to create this object to storage in its current state. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Interface ISfcCreatable _
    Inherits ICreatable
'Uso
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =  
    interface
        interface ICreatable
    end
public interface ISfcCreatable extends ICreatable

O tipo ISfcCreatable expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Create Creates an object on the server as defined by the referenced SMO object. (Herdado de ICreatable.)
Método público ScriptCreate Produces the script to create this object to storage in its current state. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início