Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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>
Parameters
Return Value
Type: System.Collections.Generic.IEnumerable<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.
Remarks
The return value contains data if the ScriptData property has been set to True before this method is run.