Scripter.EnumScriptWithList Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| EnumScriptWithList(Urn[]) | |
| EnumScriptWithList(DependencyCollection) | |
| EnumScriptWithList(SqlSmoObject[]) | |
| EnumScriptWithList(UrnCollection) |
EnumScriptWithList(Urn[])
public System.Collections.Generic.IEnumerable<string> EnumScriptWithList(Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] urns);
member this.EnumScriptWithList : Microsoft.SqlServer.Management.Sdk.Sfc.Urn[] -> seq<string>
Public Function EnumScriptWithList (urns As Urn()) As IEnumerable(Of String)
Параметры
- urns
- Urn[]
Возвращаемое значение
Применяется к
EnumScriptWithList(DependencyCollection)
public System.Collections.Generic.IEnumerable<string> EnumScriptWithList(Microsoft.SqlServer.Management.Smo.DependencyCollection depList);
member this.EnumScriptWithList : Microsoft.SqlServer.Management.Smo.DependencyCollection -> seq<string>
Public Function EnumScriptWithList (depList As DependencyCollection) As IEnumerable(Of String)
Параметры
- depList
- DependencyCollection
Возвращаемое значение
Применяется к
EnumScriptWithList(SqlSmoObject[])
public System.Collections.Generic.IEnumerable<string> EnumScriptWithList(Microsoft.SqlServer.Management.Smo.SqlSmoObject[] objects);
member this.EnumScriptWithList : Microsoft.SqlServer.Management.Smo.SqlSmoObject[] -> seq<string>
Public Function EnumScriptWithList (objects As SqlSmoObject()) As IEnumerable(Of String)
Параметры
- objects
- SqlSmoObject[]
Возвращаемое значение
Применяется к
EnumScriptWithList(UrnCollection)
public System.Collections.Generic.IEnumerable<string> EnumScriptWithList(Microsoft.SqlServer.Management.Smo.UrnCollection list);
member this.EnumScriptWithList : Microsoft.SqlServer.Management.Smo.UrnCollection -> seq<string>
Public Function EnumScriptWithList (list As UrnCollection) As IEnumerable(Of String)
Параметры
- list
- UrnCollection