Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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
Parameter
- so
Typ: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.