Udostępnij przez


Scripter.EnumScriptWithList Method (DependencyCollection)

Creates a linear Transact-SQL script based on a dependency collection.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Function EnumScriptWithList ( _
    depList As DependencyCollection _
) As IEnumerable(Of String)
public IEnumerable<string> EnumScriptWithList (
    DependencyCollection depList
)
public:
IEnumerable<String^>^ EnumScriptWithList (
    DependencyCollection^ depList
)
public IEnumerable<String> EnumScriptWithList (
    DependencyCollection depList
)
public function EnumScriptWithList (
    depList : DependencyCollection
) : IEnumerable<String>

Parameters

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.