Condividi tramite


Proprietà IVsDataParameter.Type

Se implementata da una classe, ottiene o imposta i dati tipo di origine specifico del parametro.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String
Il tipo di origine specifico di dati del parametro.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataParameter Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities