Scripter.EnumScriptWithList Method (SqlSmoObject[])
Creates a linear Transact-SQL script based on an array of SqlSmoObjects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Function EnumScriptWithList ( _
objects As SqlSmoObject() _
) As IEnumerable(Of String)
public IEnumerable<string> EnumScriptWithList (
SqlSmoObject[] objects
)
public:
IEnumerable<String^>^ EnumScriptWithList (
array<SqlSmoObject^>^ objects
)
public IEnumerable<String> EnumScriptWithList (
SqlSmoObject[] objects
)
public function EnumScriptWithList (
objects : SqlSmoObject[]
) : IEnumerable<String>
Parameters
- objects
SqlSmoObject array.
Return Value
An IEnumerable interface that exposes an enumerator that supports a simple iteration over a script. This script contains the SqlSmoObject and the DependencyCollection for each of those objects.
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.