XmlSchemaCollection.Script Method (ScriptingOptions)
Generates a Transact-SQL script that can be used to re-create the XML schema collection as specified by the script options.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- scriptingOptions
-
Type:
Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object value that is used to specify the script options.
Return Value
Type: System.Collections.Specialized.StringCollectionA StringCollection system object value that contains a list of Transact-SQL statements in the script.
Implements
IScriptable.Script(ScriptingOptions)The generated script might contain undocumented, internal procedures, which are required for the complete script output.
Show: