Share via


DependencyDiscoveryUtils Class

Represents a dependency discovery utility that analyzes the bound parse result and returns its metadata dependencies.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.Binder.DependencyDiscoveryUtils

Namespace:  Microsoft.SqlServer.Management.SqlParser.Binder
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public NotInheritable Class DependencyDiscoveryUtils
'Usage
public static class DependencyDiscoveryUtils
public ref class DependencyDiscoveryUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DependencyDiscoveryUtils =  class end
public final class DependencyDiscoveryUtils

The DependencyDiscoveryUtils type exposes the following members.

Methods

  Name Description
Public methodStatic member FindDependencies Finds the dependencies for the specified bound parse result.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.