Partilhar via


Método Scripter.EnumScript (array<SqlSmoObject )

Returns an IEnumerable<script> object that contains a script.

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

Sintaxe

'Declaração
Public Function EnumScript ( _
    objects As SqlSmoObject() _
) As IEnumerable(Of String)
'Uso
Dim instance As Scripter 
Dim objects As SqlSmoObject()
Dim returnValue As IEnumerable(Of String)

returnValue = instance.EnumScript(objects)
public IEnumerable<string> EnumScript(
    SqlSmoObject[] objects
)
public:
IEnumerable<String^>^ EnumScript(
    array<SqlSmoObject^>^ objects
)
member EnumScript : 
        objects:SqlSmoObject[] -> IEnumerable<string> 
public function EnumScript(
    objects : SqlSmoObject[]
) : IEnumerable<String>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<String>
An IEnumerable interface that exposes an enumerator that supports a simple iteration over the script. The script contains the objects in the array of SqlSmoObject and the corresponding Urn.

Comentários

The return value contains data if the ScriptData property has been set to True before this method is run.

Consulte também

Referência

Scripter Classe

Sobrecarregado EnumScript

Namespace Microsoft.SqlServer.Management.Smo