Share via


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 : String

    Le 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

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data, espace de noms

Name