AbstractInstance.Item, propriété (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 .
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Default Property Item ( _
field As Field _
) As Object
'Utilisation
Dim instance As AbstractInstance
Dim field As Field
Dim value As Object
value = instance(field)
public virtual Object this [
Field field
] { get; }
Paramètres
- field
A Field object in the entity instance.
Valeur de la propriété
An object representing the value of the specified field.
Remarques
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
Voir aussi
Référence
AbstractInstance, classe
Membres AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms