Metodo SqlSmoObject.ScriptImpl
Gets a collection of scripts of the SqlSmoObject.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Function ScriptImpl As StringCollection
'Utilizzo
Dim returnValue As StringCollection
returnValue = Me.ScriptImpl()
protected StringCollection ScriptImpl()
protected:
StringCollection^ ScriptImpl()
member ScriptImpl : unit -> StringCollection
protected function ScriptImpl() : StringCollection
Valore restituito
Tipo: System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.