Compartilhar via


Propriedade IVsDataParameter.Name

Quando implementado por uma classe, obtém ou define o nome de cadeia de caracteres literal de parâmetro atual.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O nome do parâmetro.

Segurança do .NET Framework

Consulte também

Referência

IVsDataParameter Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities