Scripter.EnumScriptWithList Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| 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)
Parameter
- urns
- Urn[]
Gibt zurück
Gilt für:
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)
Parameter
- depList
- DependencyCollection
Gibt zurück
Gilt für:
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)
Parameter
- objects
- SqlSmoObject[]
Gibt zurück
Gilt für:
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)
Parameter
- list
- UrnCollection