Freigeben über


ISfcCreatable-Schnittstelle

Defines a method that can be used to produce a script to create this object to storage in its current state. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Interface ISfcCreatable _
    Inherits ICreatable
'Usage
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =  
    interface
        interface ICreatable
    end
public interface ISfcCreatable extends ICreatable

Der ISfcCreatable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Create Creates an object on the server as defined by the referenced SMO object. (Geerbt von ICreatable.)
Öffentliche Methode ScriptCreate Produces the script to create this object to storage in its current state. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang