IView.GetType - Méthode
Obtient le type common language runtime de l'objet TypeDescriptor qui correspond à une notation par points donnée.
Espace de noms : Microsoft.BusinessData.MetadataModel
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetType ( _
fieldDotNotation As String _
) As Type
'Utilisation
Dim instance As IView
Dim fieldDotNotation As String
Dim returnValue As Type
returnValue = instance.GetType(fieldDotNotation)
Type GetType(
string fieldDotNotation
)
Paramètres
fieldDotNotation
Type : System.StringLa notation par points donnée.
Valeur renvoyée
Type : System.Type
Le type de runtime langue courantes de la TypeDescriptor.
Remarques
Pour plus d'informations sur l'utilisation de la notation point, voir Using Dot Notation in the Business Data Connectivity (BDC) Service.