IView.Verify - Méthode
Vérifie si la notation par points donnée correspond à un objet TypeDescriptor dans cet affichage.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function Verify ( _
fieldDotNotation As String _
) As Boolean
'Utilisation
Dim instance As IView
Dim fieldDotNotation As String
Dim returnValue As Boolean
returnValue = instance.Verify(fieldDotNotation)
bool Verify(
string fieldDotNotation
)
Paramètres
fieldDotNotation
Type : System.StringLa notation par points donnée.
Valeur renvoyée
Type : System.Boolean
true si la notation par points donnée correspond à un descripteur de type sur cette vue ; dans le cas contraire, false.
Remarques
Pour plus d'informations sur l'utilisation de la notation point, voir Using Dot Notation in the Business Data Connectivity (BDC) Service.