DbEntityInstanceEnumerator.MoveNext 方法 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)
When overridden in a derived class, advances the enumerator to the next element of the collection.
命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public Overridable Function MoveNext As Boolean
用法
Dim instance As DbEntityInstanceEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext
public virtual bool MoveNext ()
返回值
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
另请参阅
参考
DbEntityInstanceEnumerator 类
DbEntityInstanceEnumerator 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间