DataParameter.GetNameImpl, méthode
Extrait le nom du paramètre.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected Overridable Function GetNameImpl As String
protected virtual string GetNameImpl()
protected:
virtual String^ GetNameImpl()
abstract GetNameImpl : unit -> string
override GetNameImpl : unit -> string
protected function GetNameImpl() : String
Valeur de retour
Type : String
Retourne le nom du paramètre.
Notes
Cette méthode est appelée par l'implémentation de la propriété d' Name .
L'implémentation de base de cette méthode retourne nullune référence null (Nothing en Visual Basic), indiquant un paramètre inconnu.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.