Partager via


Méthode SqlSmoObject.ScriptImpl (ScriptingOptions)

Gets a collection of scripts of the SqlSmoObject.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Protected Function ScriptImpl ( _
    so As ScriptingOptions _
) As StringCollection
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

SqlSmoObject Classe

Surcharge ScriptImpl

Espace de noms Microsoft.SqlServer.Management.Smo