IScriptPublishOptions.GetSmoScriptingOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSmoScriptingOptions() |
Returns the SMO ScriptingOptions represented by the current IScriptPublishOptions properties |
GetSmoScriptingOptions(Object) |
Returns the SMO ScriptingOptions derived from combining the current IScriptPublishOptions properties with the version of SQL Server instance associated with the sourceObject |
GetSmoScriptingOptions()
Returns the SMO ScriptingOptions represented by the current IScriptPublishOptions properties
public Microsoft.SqlServer.Management.Smo.ScriptingOptions GetSmoScriptingOptions ();
abstract member GetSmoScriptingOptions : unit -> Microsoft.SqlServer.Management.Smo.ScriptingOptions
Public Function GetSmoScriptingOptions () As ScriptingOptions
Returns
Applies to
GetSmoScriptingOptions(Object)
Returns the SMO ScriptingOptions derived from combining the current IScriptPublishOptions properties with the version of SQL Server instance associated with the sourceObject
public Microsoft.SqlServer.Management.Smo.ScriptingOptions GetSmoScriptingOptions (object sourceObject);
abstract member GetSmoScriptingOptions : obj -> Microsoft.SqlServer.Management.Smo.ScriptingOptions
Public Function GetSmoScriptingOptions (sourceObject As Object) As ScriptingOptions
Parameters
- sourceObject
- Object