IScriptingOptions.GetSmoScriptingOptions Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves the collections of objects from the scripting options.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

object GetSmoScriptingOptions()
Object^ GetSmoScriptingOptions()
abstract GetSmoScriptingOptions : unit -> Object
Function GetSmoScriptingOptions As Object

Return Value

Type: System.Object

Returns the collections of objects from the scripting options.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top