Compartir a través de


Interfaz ISfcCreatable

Defines a method that can be used to produce a script to create this object to storage in its current state. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

El tipo ISfcCreatable expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Create Creates an object on the server as defined by the referenced SMO object. (Se hereda de ICreatable.)
Método público ScriptCreate Produces the script to create this object to storage in its current state. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba