ISmoDependencyDiscoverer.Discover(IEnumerable<Urn>) 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.
Discovers dependent objects for each T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn item in the list supplied by the urns parameter.
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.Urn> Discover (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.Urn> urns);
abstract member Discover : seq<Microsoft.SqlServer.Management.Sdk.Sfc.Urn> -> seq<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>
Public Function Discover (urns As IEnumerable(Of Urn)) As IEnumerable(Of Urn)
Parameters
- urns
- IEnumerable<Urn>
A enumeration of T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn input items.
Returns
A enumeration of T:Microsoft.SqlServer.Management.Sdk.Sfc.Urn items.