DependencyDiscoveryResult Class

Represents the result of the dependency discovery.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class DependencyDiscoveryResult
'Usage
Dim instance As DependencyDiscoveryResult
public sealed class DependencyDiscoveryResult
public ref class DependencyDiscoveryResult sealed
[<SealedAttribute>]
type DependencyDiscoveryResult =  class end
public final class DependencyDiscoveryResult

The DependencyDiscoveryResult type exposes the following members.

Properties

  Name Description
Public property Dependencies
Public property Errors Gets the errors encountered during discovery.
Public property References Gets the discovered dependencies.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.