SqlSmoObject.EnumScriptImplWorkerSOChanged Method
Returns an IEnumerable string describing the scripting options for an object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function EnumScriptImplWorkerSOChanged ( _
so As ScriptingOptions _
) As IEnumerable(Of String)
'Usage
Dim so As ScriptingOptions
Dim returnValue As IEnumerable(Of String)
returnValue = Me.EnumScriptImplWorkerSOChanged(so)
protected IEnumerable<string> EnumScriptImplWorkerSOChanged(
ScriptingOptions so
)
protected:
IEnumerable<String^>^ EnumScriptImplWorkerSOChanged(
ScriptingOptions^ so
)
member EnumScriptImplWorkerSOChanged :
so:ScriptingOptions -> IEnumerable<string>
protected function EnumScriptImplWorkerSOChanged(
so : ScriptingOptions
) : IEnumerable<String>
Parameters
- so
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object describing the scripting options for the object.
Return Value
Type: System.Collections.Generic.IEnumerable<String>
An IEnumerable string describing the scripting options for an object.