Поделиться через


Свойство IEnumerator.Current

Gets the collection of the current list of dependent enumerators. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
    Get
'Применение
Dim instance As SfcDependencyEngine..::..DependencyListEnumerator
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.

Значение свойства

Тип: System. . :: . .Object
The collection of the current list of dependent enumerators.

Реализует

IEnumerator. . :: . .Current