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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcDependencyEngine.DependencyNodeEnumerator
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class DependencyNodeEnumerator _
Implements IEnumerator(Of SfcDependencyNode), IDisposable, _
IEnumerator, IEnumerable(Of SfcDependencyNode), IEnumerable
'Usage
Dim instance As SfcDependencyEngine.DependencyNodeEnumerator
public class DependencyNodeEnumerator : IEnumerator<SfcDependencyNode>,
IDisposable, IEnumerator, IEnumerable<SfcDependencyNode>, IEnumerable
public ref class DependencyNodeEnumerator : IEnumerator<SfcDependencyNode^>,
IDisposable, IEnumerator, IEnumerable<SfcDependencyNode^>, IEnumerable
type DependencyNodeEnumerator =
class
interface IEnumerator<SfcDependencyNode>
interface IDisposable
interface IEnumerator
interface IEnumerable<SfcDependencyNode>
interface IEnumerable
end
public class DependencyNodeEnumerator implements IEnumerator<SfcDependencyNode>, IDisposable, IEnumerator, IEnumerable<SfcDependencyNode>, IEnumerable
The SfcDependencyEngine.DependencyNodeEnumerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveNext | Sets the current node of the node set to the next node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Reset | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerator<SfcDependencyNode>.Current | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
IEnumerator.Current | Gets the current collection of dependent node enumerators. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
IEnumerable<SfcDependencyNode>.GetEnumerator | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() |
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.