Scripter.EnumScript Method (SqlSmoObject[])
Returns an IEnumerable<script> object that contains a script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Function EnumScript ( _
objects As SqlSmoObject() _
) As IEnumerable(Of String)
public IEnumerable<string> EnumScript (
SqlSmoObject[] objects
)
public:
IEnumerable<String^>^ EnumScript (
array<SqlSmoObject^>^ objects
)
public IEnumerable<String> EnumScript (
SqlSmoObject[] objects
)
public function EnumScript (
objects : SqlSmoObject[]
) : IEnumerable<String>
Parameters
- objects
An array of SqlSmoObject
Return Value
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.
Remarks
The return value contains data if the ScriptData property has been set to True before this method is run.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.