Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
Properties
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. |
Top
Methods
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 | (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.