Freigeben über


EnumScriptWithList-Methode (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

'Declaration
Public Function EnumScriptWithList ( _
    list As UrnCollection _
) As IEnumerable(Of String)
'Usage
Dim instance As Scripter
Dim list As UrnCollection
Dim returnValue As IEnumerable(Of String)

returnValue = instance.EnumScriptWithList(list)
public IEnumerable<string> EnumScriptWithList(
    UrnCollection list
)
public:
IEnumerable<String^>^ EnumScriptWithList(
    UrnCollection^ list
)
member EnumScriptWithList : 
        list:UrnCollection -> IEnumerable<string> 
public function EnumScriptWithList(
    list : UrnCollection
) : IEnumerable<String>

Rückgabewert

Typ: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
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.

Hinweise

The return value contains data if the ScriptData property has been set to True before this method is run.