Partager via


DataSourceInformation.Item, propriété

Extrait une propriété d'informations de source de données avec le nom spécifié.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
public virtual Object this[
    string propertyName
] { get; }
public:
virtual property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName);
}
abstract Item : 
        propertyName:string -> Object with get 
override Item : 
        propertyName:string -> Object with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • propertyName
    Type : String

    Le nom de la propriété d'informations de source de données à récupérer.

Valeur de propriété

Type : Object
Retourne la propriété d'informations de source de données avec le nom spécifié.

Sécurité .NET Framework

Voir aussi

Référence

DataSourceInformation Classe

Microsoft.VisualStudio.Data, espace de noms