Compartir a través de


IVsDataParameter.Type (Propiedad)

Cuando es implementada por una clase, obtiene o establece el tipo origen- específico de los datos de parámetro.

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

Sintaxis

'Declaración
Property Type As String
string Type { get; set; }
property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set
function get Type () : String 
function set Type (value : String)

Valor de propiedad

Tipo: String
El tipo origen- específico de los datos de parámetro.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataParameter Interfaz

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