Dependency Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a dependency relationship.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.Dependency

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 Dependency
'Usage
Dim instance As Dependency
[ComVisibleAttribute(false)]
public class Dependency
[ComVisibleAttribute(false)]
public ref class Dependency
[<ComVisibleAttribute(false)>]
type Dependency =  class end
public class Dependency

The Dependency type exposes the following members.

Constructors

  Name Description
Public method Dependency() Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the Dependency class.
Public method 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.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method 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.
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.