SqlSmoObject.ScriptImplWorker Method

Gets a collection of scripts of the SqlSmoObject.

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

Syntax

'Declaration
Protected Function ScriptImplWorker ( _
    so As ScriptingOptions _
) As StringCollection
'Usage
Dim so As ScriptingOptions
Dim returnValue As StringCollection

returnValue = Me.ScriptImplWorker(so)
protected StringCollection ScriptImplWorker(
    ScriptingOptions so
)
protected:
StringCollection^ ScriptImplWorker(
    ScriptingOptions^ so
)
member ScriptImplWorker : 
        so:ScriptingOptions -> StringCollection 
protected function ScriptImplWorker(
    so : ScriptingOptions
) : StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.