Partilhar via


Método SqlSmoObject.ScriptImpl

Gets a collection of scripts of the SqlSmoObject.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

SqlSmoObject Classe

Sobrecarregado ScriptImpl

Namespace Microsoft.SqlServer.Management.Smo