SmoDependencyDiscoverer.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.
Discover the dependencies of given input urns
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>
override this.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>
input urns