Partager via


IVsDataSourceInformation.Item, propriété

Une fois implémentée par une classe, récupère une propriété d'informations de source de données avec le nom spécifié.

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

Syntaxe

'Déclaration
ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
Object this[
    string propertyName
] { get; }
property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName);
}
abstract 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
La propriété d'informations de source de données avec le nom spécifié.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataSourceInformation Interface

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