ScriptingOptions Constructor (ScriptOption)
Initializes a new instance of the ScriptingOptions class based on the specified ScriptOption object, based on the specified script option.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
so As ScriptOption _
)
public ScriptingOptions (
ScriptOption so
)
public:
ScriptingOptions (
ScriptOption^ so
)
public ScriptingOptions (
ScriptOption so
)
public function ScriptingOptions (
so : ScriptOption
)
Parameters
- so
A ScriptOption object value that specifies the script options.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.