DependencyRequest Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.Represents a dependency discoveries request.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | DependencyRequest() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.Initializes a new instance of the DependencyRequest class. |
| Name | Description | |
|---|---|---|
![]() | ParentDependencies | Do not reference this member directly in your code. It supports the SQL Server infrastructure.Gets or sets a value indicating whether to discover parent dependencies or children dependencies. |
![]() | Urns | Do not reference this member directly in your code. It supports the SQL Server infrastructure.Gets or sets an array that contains the URNs of all the objects to discover the dependencies for. |
| Name | Description | |
|---|---|---|
![]() | 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.


