DbEntityInstanceEnumerator 类 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)
Supports a single iteration over a collection of adapter-specific database entity instances.
命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class DbEntityInstanceEnumerator
Implements IEntityInstanceEnumerator
用法
Dim instance As DbEntityInstanceEnumerator
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public class DbEntityInstanceEnumerator : IEntityInstanceEnumerator
备注
The Runtime namespace contains classes and base classes that offer an intuitive, object-oriented interface to Business Data Catalog client applications. It abstracts the underlying data sources and insulates the clients from having to learn application-specific coding paradigms and allows them to access all business applications in a single, simplified way. It is because of the Runtime namespace that calling a method on an SAP application feels just the same as calling a method on Siebel or executing a query in SQL. You should work with the IEntityInstanceEnumerator instead of working directly with the system-specific DbEntityInstanceEnumerator.
继承层次结构
System.Object
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db.DbEntityInstanceEnumerator
线程安全性
此类型的任何公共静态(在 Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。
另请参阅
参考
DbEntityInstanceEnumerator 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间