AbstractInstance.AdapterObject 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the native adapter object for this instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public ReadOnly Property AdapterObject As Object
用法
Dim instance As AbstractInstance
Dim value As Object
value = instance.AdapterObject
public Object AdapterObject { get; }
属性值
The native adapter object.
备注
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.
另请参阅
参考
AbstractInstance 类
AbstractInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间