Scripter.EnumScriptWithList メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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