: AbstractInstance.Item (Propiedad) (Field) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the value of the specified field on the native adapter object wrapped by this IEntityInstance .
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Default Property Item ( _
field As Field _
) As Object
'Uso
Dim instance As AbstractInstance
Dim field As Field
Dim value As Object
value = instance(field)
public virtual Object this [
Field field
] { get; }
Parámetros
- field
A Field object in the entity instance.
Valor de propiedad
An object representing the value of the specified field.
Comentarios
The Business Data Catalog can handle two types of adapter objects natively:
A standard Microsoft .NET Framework object with public properties or fields
A DataRow object
Vea también
Referencia
AbstractInstance (Clase)
AbstractInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)