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.