SqlSmoObject.ScriptImpl Método
Gets a collection of scripts of the SqlSmoObject.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Function ScriptImpl As StringCollection
'Uso
Dim returnValue As StringCollection
returnValue = Me.ScriptImpl()
protected StringCollection ScriptImpl()
protected:
StringCollection^ ScriptImpl()
member ScriptImpl : unit -> StringCollection
protected function ScriptImpl() : StringCollection
Valor devuelto
Tipo: System.Collections.Specialized.StringCollection
A collection of string values that contain the scripts.