EventCollection.AppendAlterScripts(StringBuilder, StringBuilder) Method
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.
Check the current state of the events and return the script based on it. This should be used only in generating the alter script for session.
public void AppendAlterScripts (System.Text.StringBuilder addScript, System.Text.StringBuilder dropScript);
member this.AppendAlterScripts : System.Text.StringBuilder * System.Text.StringBuilder -> unit
Public Sub AppendAlterScripts (addScript As StringBuilder, dropScript As StringBuilder)
Parameters
- addScript
- StringBuilder
- dropScript
- StringBuilder