IVsDataConnectionProperties.Add, méthode (String, Type, Object)
Une fois implémentée par une classe, ajoute une nouvelle propriété à la collection actuelle de propriétés de connexion.
Espace de noms : Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Sub Add ( _
key As String, _
type As Type, _
value As Object _
)
void Add(
string key,
Type type,
Object value
)
void Add(
String^ key,
Type^ type,
Object^ value
)
abstract Add :
key:string *
type:Type *
value:Object -> unit
function Add(
key : String,
type : Type,
value : Object
)
Paramètres
key
Type : StringNom de la propriété ajoutée.
type
Type : TypeUn objet d' Type représentant le type de la propriété.
value
Type : ObjectValeur de la propriété ajoutée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVsDataConnectionProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms