Поделиться через


Метод EnumScriptWithList (DependencyCollection)

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumScriptWithList ( _
    depList As DependencyCollection _
) As IEnumerable(Of String)
'Применение
Dim instance As Scripter
Dim depList As DependencyCollection
Dim returnValue As IEnumerable(Of String)

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

Возвращаемое значение

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

Замечания

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