Partager via


AdoDotNetParameter.SetNameImpl, méthode

Définit le nom du paramètre.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Protected Overrides Sub SetNameImpl ( _
    value As String _
)
protected override void SetNameImpl(
    string value
)
protected:
virtual void SetNameImpl(
    String^ value
) override
abstract SetNameImpl : 
        value:string -> unit  
override SetNameImpl : 
        value:string -> unit
protected override 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

AdoDotNetParameter Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms

Name

GetNameImpl