Freigeben über


ScriptImpl-Methode (ScriptingOptions)

Ruft eine Skriptauflistung von SqlSmoObject ab.

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

Syntax

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

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

Rückgabewert

Typ: System.Collections.Specialized. . :: . .StringCollection
Eine Auflistung von Zeichenfolgenwerten, die die Skripts enthalten.