DataParameter.SetNameImpl, méthode
Définit 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 Sub SetNameImpl ( _
value As String _
)
protected virtual void SetNameImpl(
string value
)
protected:
virtual void SetNameImpl(
String^ value
)
abstract SetNameImpl :
value:string -> unit
override SetNameImpl :
value:string -> unit
protected function SetNameImpl(
value : String
)
Paramètres
value
Type : StringLe nom de paramètre de littéral de chaîne.
Notes
L'implémentation de base de cette méthode n'a aucun effet.
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.