Scripter.EnumScript Method (UrnCollection)
Returns an IEnumerable <script> interface.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Function EnumScript ( _
list As UrnCollection _
) As IEnumerable(Of String)
public IEnumerable<string> EnumScript (
UrnCollection list
)
public:
IEnumerable<String^>^ EnumScript (
UrnCollection^ list
)
public IEnumerable<String> EnumScript (
UrnCollection list
)
public function EnumScript (
list : UrnCollection
) : IEnumerable<String>
Parameters
- list
UrnCollection of Urn objects.
Return Value
An IEnumerable interface that exposes an enumerator that supports a simple iteration over the script. This script contains only the Urn 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.