Udostępnij przez


ScriptOption.Add Method

Adds two ScriptOption objects to create a ScriptOptions object.

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

Syntax

'Deklaracja
Public Shared Function Add ( _
    leftOption As ScriptOption, _
    rightOption As ScriptOption _
) As ScriptingOptions
public static ScriptingOptions Add (
    ScriptOption leftOption,
    ScriptOption rightOption
)
public:
static ScriptingOptions^ Add (
    ScriptOption^ leftOption, 
    ScriptOption^ rightOption
)
public static ScriptingOptions Add (
    ScriptOption leftOption, 
    ScriptOption rightOption
)
public static function Add (
    leftOption : ScriptOption, 
    rightOption : ScriptOption
) : ScriptingOptions

Parameters

  • rightOption
    ScriptOption

Return Value

ScriptingOptions

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.