SfcDependencyNode Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyNode
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public NotInheritable Class SfcDependencyNode
'Usage
Dim instance As SfcDependencyNode
public sealed class SfcDependencyNode
public ref class SfcDependencyNode sealed
[<SealedAttribute>]
type SfcDependencyNode = class end
public final class SfcDependencyNode
The SfcDependencyNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
AncestorCount | Gets a value that indicates the number of ancestors of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Ancestors | Enumerates over the ancestors of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ChildCount | Gets a value that indicates the number of children of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Children | Enumerates over the children of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Discovered | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Instance | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsPhysicalAncestor | Returns a value that indicates whether the ancestor is a physical relation or not. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsPhysicalChild | Returns a value that indicates whether the child is a physical relation or not. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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.