WebServiceEntityInstance 类 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService)

Represents an adapter-specific Web Service entity instance.

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class WebServiceEntityInstance
    Inherits AbstractEntityInstance
用法
Dim instance As WebServiceEntityInstance
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class WebServiceEntityInstance : AbstractEntityInstance

备注

The Runtime namespace contains classes and base classes that offer an intuitive, object-oriented interface to Business Data Catalog client applications.

TheIEntityInstance interface is the most useful object you will work with in the Runtime namespace. 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 IEntityInstance interface that you can work with a row of data from a database in just the same way as working with a complex .NET structure returned by a Web service.

继承层次结构

System.Object
   Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance
     Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance
      Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceEntityInstance

线程安全性

此类型的任何公共静态( Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

参考

WebServiceEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService 命名空间