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