ISmoScriptWriter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that defines writing of scripts of sql server management objects
public interface ISmoScriptWriter
type ISmoScriptWriter = interface
Public Interface ISmoScriptWriter
Properties
| Header |
The header string to insert at the beginning of the script |
Methods
| ScriptContext(String, Urn) |
Writes a string that specifies the database being scripted. The database context is the equivalent of the USE [Database] segment of the database script. |
| ScriptData(IEnumerable<String>, Urn) |
Writes table items' data scripts. |
| ScriptObject(IEnumerable<String>, Urn) |
Called with the full set of script lines for an object. |