메소드 | 설명 | |
---|---|---|
Execute ( |
Executes this script.
|
|
ParseScripts ( string fullScriptText ) : ScriptCollection |
Helper method which given a full SQL script, returns a ScriptCollection of individual TemplateParameter using "GO" as the delimiter.
|
|
Script ( string scriptText ) : System |
Creates a new TemplateParameter instance.
|
|
ToString ( ) : string |
Returns the text of the script.
|
메소드 | 설명 | |
---|---|---|
ApplyTemplateReplacements ( ) : string |
public Execute ( |
||
transaction | ||
리턴 | int |
public static ParseScripts ( string fullScriptText ) : ScriptCollection | ||
fullScriptText | string | Full script text. |
리턴 | ScriptCollection |
public Script ( string scriptText ) : System | ||
scriptText | string | Script text. |
리턴 | System |