Partager via


DataSourceInformation.AddProperty, méthode (String, Object)

Ajoute une propriété et sa valeur à la liste de propriétés prises en charge.

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

Syntaxe

'Déclaration
Protected Sub AddProperty ( _
    propertyName As String, _
    value As Object _
)
protected void AddProperty(
    string propertyName,
    Object value
)
protected:
void AddProperty(
    String^ propertyName, 
    Object^ value
)
member AddProperty : 
        propertyName:string * 
        value:Object -> unit
protected function AddProperty(
    propertyName : String, 
    value : Object
)

Paramètres

  • propertyName
    Type : String

    Le nom d'une propriété d'informations de source de données.

  • value
    Type : Object

    Valeur de la propriété.

Exceptions

Exception Condition
ArgumentNullException

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

Notes

Cette méthode est généralement appelée par des classes dérivées, normalement dans leurs constructeurs, pour indiquer qu'une propriété particulière est prise en charge et a une valeur spécifique.

Sécurité .NET Framework

Voir aussi

Référence

DataSourceInformation Classe

AddProperty, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms

AddProperty