Interfaccia ISfcCreatable
Defines a method that can be used to produce a script to create this object to storage in its current state. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Interface ISfcCreatable _
Inherits ICreatable
'Utilizzo
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =
interface
interface ICreatable
end
public interface ISfcCreatable extends ICreatable
Nel tipo ISfcCreatable sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Create | Creates an object on the server as defined by the referenced SMO object. Ereditato da ICreatable. | |
ScriptCreate | Produces the script to create this object to storage in its current state. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto