DataSourceInformation.Item, propriété

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

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

Syntaxe

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

Paramètres

  • propertyName
    Type : System.String
    Le nom de la propriété d'informations de source de données à récupérer.

Valeur de propriété

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

Implémentations

IVsDataSourceInformation.Item

Sécurité .NET Framework

Voir aussi

Référence

DataSourceInformation Classe

Microsoft.VisualStudio.Data.Framework, espace de noms