ObjectDependency Structure
Represents a single object dependency.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectDependency(IMetadataObject^, DependencyType) | Initializes a new instance of the ObjectDependency structure using the specified target object and dependency type. |
| Name | Description | |
|---|---|---|
![]() | DependencyType | Gets a dependency type. |
![]() | TargetObject | Gets a target metadata object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified Object is equal to the current ObjectDependency.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(ObjectDependency) | Determines whether the specified ObjectDependency is equal to the current ObjectDependency. |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

