Partager via


DataSourceInformation.GetType, méthode (String)

Extrait la valeur d' Type indiquant le type d'une propriété spécifiée, de ce fait activant la conversion appropriée d'une valeur récupérée en type correct.

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

Syntaxe

'Déclaration
Protected Overridable Function GetType ( _
    propertyName As String _
) As Type
protected virtual Type GetType(
    string propertyName
)
protected:
virtual Type^ GetType(
    String^ propertyName
)
abstract GetType : 
        propertyName:string -> Type 
override GetType : 
        propertyName:string -> Type 
protected function GetType(
    propertyName : String
) : Type

Paramètres

  • propertyName
    Type : System.String
    Le nom de la propriété pour laquelle obtenir le type.

Valeur de retour

Type : System.Type
Une valeur d' Type indiquant le type d'une propriété spécifiée.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre propertyName est nullune référence null (Nothing en Visual Basic).

Notes

Si la propriété est introuvable, retourne typeof(System.String) de cette méthode en tant que type par défaut.

Sécurité .NET Framework

Voir aussi

Référence

DataSourceInformation Classe

GetType, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms