DependencyRequest Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.Represents a dependency discoveries request.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.DependencyRequest
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class DependencyRequest
'Usage
Dim instance As DependencyRequest
[ComVisibleAttribute(false)]
public class DependencyRequest
[ComVisibleAttribute(false)]
public ref class DependencyRequest
[<ComVisibleAttribute(false)>]
type DependencyRequest = class end
public class DependencyRequest
The DependencyRequest type exposes the following members.
Constructors
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. |
Top
Properties
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. |
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.