Share via


Interface ISfcCreatable

Defines a method that can be used to produce a script to create this object to storage in its current state. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface ISfcCreatable _
    Inherits ICreatable
'Utilisation
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =  
    interface
        interface ICreatable
    end
public interface ISfcCreatable extends ICreatable

Le type ISfcCreatable expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Create Creates an object on the server as defined by the referenced SMO object. (hérité de ICreatable.)
Méthode publique ScriptCreate Produces the script to create this object to storage in its current state. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page