: AbstractInstance.AdapterObject (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the native adapter object for this instance.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property AdapterObject As Object
'Uso
Dim instance As AbstractInstance
Dim value As Object
value = instance.AdapterObject
public Object AdapterObject { get; }
Valor de propiedad
The native adapter object.
Comentarios
When Business Data Catalog makes calls to the backend, it gets data back in their native form. However, to provide a consistent and unified interface to the clients, it wraps the native objects into entity instances and entity instance enumerators. You can still work directly with the native object if you like to using this property.
Vea también
Referencia
AbstractInstance (Clase)
AbstractInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)