ISfcCreatable Interface
Defines a method that can be used to produce a script to create this object to storage in its current state. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
The ISfcCreatable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an object on the server as defined by the referenced SMO object. (Inherited from ICreatable.) | |
ScriptCreate | Produces the script to create this object to storage in its current state. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top