: WebServiceEntityInstance (Clase) (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService)
Represents an adapter-specific Web Service entity instance.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class WebServiceEntityInstance
Inherits AbstractEntityInstance
'Uso
Dim instance As WebServiceEntityInstance
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public class WebServiceEntityInstance : AbstractEntityInstance
Comentarios
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.
Jerarquía de herencia
System.Object
Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService.WebServiceEntityInstance
Seguridad de subprocesos
Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.
Vea también
Referencia
WebServiceEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService (Espacio de nombres)