SfcDependencyEngine::DependencyNodeEnumerator Class

 

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::SfcDependencyEngine::DependencyNodeEnumerator

public ref class DependencyNodeEnumerator : IEnumerator<SfcDependencyNode^>, 
	IDisposable, IEnumerator, IEnumerable<SfcDependencyNode^>, IEnumerable

NameDescription
System_CAPS_pubmethodDispose()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMoveNext()

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.

System_CAPS_pubmethodReset()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable<SfcDependencyNode^>::GetEnumerator()

Gets an dependency node enumerator that iterates through the collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIEnumerator<SfcDependencyNode^>::Current

Gets the current node of the node set to the next node.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIEnumerator::Current

Gets the current element in the collection.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: