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.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 | |
---|---|---|
![]() |
Current | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
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 record of the record set to the next record. |
![]() |
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.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. |
![]() ![]() |
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.