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
Public method 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
Public property 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.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.