AbstractInstance.AdapterObject, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the native adapter object for this instance.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AdapterObject As Object
'Utilisation
Dim instance As AbstractInstance
Dim value As Object
value = instance.AdapterObject
public Object AdapterObject { get; }
Valeur de la propriété
The native adapter object.
Remarques
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.
Voir aussi
Référence
AbstractInstance, classe
Membres AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms