Share via


DataParameter.Type, propriété

Obtient ou définit le type spécifique à la source de données du paramètre.

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

Syntaxe

'Déclaration
Public Property Type As String
public string Type { get; set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Type : string with get, set 
override Type : string with get, set
final function get Type () : String 
final function set Type (value : String)

Valeur de propriété

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

Implémentations

IVsDataParameter.Type

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms

SetTypeCore