DbEntityInstanceEnumerator.Current 属性 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)

When overridden in a derived class, returns the value of the current database entity instance in the enumerator. 

命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Overridable ReadOnly Property Current As Object
用法
Dim instance As DbEntityInstanceEnumerator
Dim value As Object

value = instance.Current
public virtual Object Current { get; }

属性值

An object representing the current entity instance.

另请参阅

参考

DbEntityInstanceEnumerator 类
DbEntityInstanceEnumerator 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间