Freigeben über


ISmoScriptWriter Interface

Definition

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.

Applies to