Scripter.Script(ScriptInfo[], XmlWriter) 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.
Builds a script based on the provided scripting requests.
public void Script (Microsoft.AnalysisServices.ScriptInfo[] scripts, System.Xml.XmlWriter output);
member this.Script : Microsoft.AnalysisServices.ScriptInfo[] * System.Xml.XmlWriter -> unit
Public Sub Script (scripts As ScriptInfo(), output As XmlWriter)
Parameters
- scripts
- ScriptInfo[]
The specified script requests.
- output
- XmlWriter
The XmlWriter output.