Partager via


Propriété IEnumerator.Current

Gets the current collection of dependent node enumerators. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
    Get
'Utilisation
Dim instance As SfcDependencyEngine..::..DependencyNodeEnumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object
private override Current : Object
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System. . :: . .Object
The current collection of dependent node enumerators.

Implémente

IEnumerator. . :: . .Current