IVsDataParameter.Name, propriété

Une fois implémentée par une classe, obtient ou définit le nom de littéral de chaîne du paramètre actuel.

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

Syntaxe

'Déclaration
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valeur de propriété

Type : String
Nom du paramètre.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms