Share via


SmoDependencyDiscoverer.Discover(IEnumerable<Urn>) Method

Definition

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

Returns

Implements

Applies to