Partilhar via


ScriptingOptions Constructor (ScriptingOptions)

Initializes a new instance of the ScriptingOptions class based on the specified scripting options based on the specified scripting options.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    so As ScriptingOptions _
)
public ScriptingOptions (
    ScriptingOptions so
)
public:
ScriptingOptions (
    ScriptingOptions^ so
)
public ScriptingOptions (
    ScriptingOptions so
)
public function ScriptingOptions (
    so : ScriptingOptions
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ScriptingOptions Class
ScriptingOptions Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

How to: Script Out the Dependencies for a Database in Visual Basic .NET
Scripting