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
Public property 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.
Public property Ancestors Enumerates over the ancestors of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property 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.
Public property Children Enumerates over the children of the dependency node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Discovered Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Instance Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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.)
Public method 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.
Public method 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.
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.