Server.Script Method (ScriptingOptions)
SQL Server 2012
Generates a Transact-SQL script that can be used to re-create the server by using the specified scripting options.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- scriptingOptions
- Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object value that specifies the script options.
Return Value
Type: System.Collections.Specialized.StringCollectionA StringCollection object value that contains a list of Transact-SQL statements in the script.
