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