Scripter.EnumScriptWithList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- urns
- Urn[]
Returns
Applies to
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)
Parameters
- depList
- DependencyCollection
Returns
Applies to
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)
Parameters
- objects
- SqlSmoObject[]
Returns
Applies to
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)
Parameters
- list
- UrnCollection