Compartir a través de


IVsDataParameter.Name (Propiedad)

Cuando es implementada por una clase, obtiene o establece el nombre del literal de cadena del parámetro actual.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: String
Nombre del parámetro.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataParameter Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)