Partager via


Méthode SqlSmoObject.ScriptImpl

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 As StringCollection
'Utilisation
Dim returnValue As StringCollection 

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

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