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 | |
---|---|---|
Dependencies | ||
Errors | Gets the errors encountered during discovery. | |
References | Gets the discovered dependencies. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.