Dependency Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a dependency relationship.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Dependency() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the Dependency class. |
![]() | Dependency(Dependency^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the Dependency class that is a copy of the specified Dependency object. |
| Name | Description | |
|---|---|---|
![]() | IsSchemaBound | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a value indicating whether the dependency with the parent is schema bound. |
![]() | Links | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a DependencyChainCollection object that contains the list of dependencies. |
![]() | Urn | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the Uniform Resource Name (URN) that this object has a list of dependencies for. |
| Name | Description | |
|---|---|---|
![]() | Copy() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Creates a new Dependency object that is a copy of this object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


