IVsDataParameter.Type, propriété

Une fois implémentée par une classe, obtient ou définit le type spécifique à la source de données du paramètre.

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

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Le type spécifique à la source de données du paramètre.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataParameter Interface

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