SfcDependencyEngine.DependencyListEnumerator 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.SfcDependencyEngine.DependencyListEnumerator

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class DependencyListEnumerator _
    Implements IEnumerator(Of SfcDependencyNode), IDisposable,  _
    IEnumerator, IEnumerable(Of SfcDependencyNode), IEnumerable
'Usage
Dim instance As SfcDependencyEngine.DependencyListEnumerator
public class DependencyListEnumerator : IEnumerator<SfcDependencyNode>, 
    IDisposable, IEnumerator, IEnumerable<SfcDependencyNode>, IEnumerable
public ref class DependencyListEnumerator : IEnumerator<SfcDependencyNode^>, 
    IDisposable, IEnumerator, IEnumerable<SfcDependencyNode^>, IEnumerable
type DependencyListEnumerator =  
    class
        interface IEnumerator<SfcDependencyNode>
        interface IDisposable
        interface IEnumerator
        interface IEnumerable<SfcDependencyNode>
        interface IEnumerable
    end
public class DependencyListEnumerator implements IEnumerator<SfcDependencyNode>, IDisposable, IEnumerator, IEnumerable<SfcDependencyNode>, IEnumerable

The SfcDependencyEngine.DependencyListEnumerator type exposes the following members.

Properties

  Name Description
Public property Current Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Dispose Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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 MoveNext Sets the current record of the record set to the next record. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Reset Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current Gets the collection of the current list of dependent enumerators. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Explicit interface implemetationPrivate method IEnumerable<SfcDependencyNode>.GetEnumerator Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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.