Share via


AdoDotNetConnectionProperties.Remove, méthode

Supprime une propriété de collection actuelle de propriété de connexion.

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

Syntaxe

'Déclaration
Public Overridable Function Remove ( _
    key As String _
) As Boolean
public virtual bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
)
abstract Remove : 
        key:string -> bool  
override Remove : 
        key:string -> bool
public function Remove(
    key : String
) : boolean

Paramètres

  • key
    Type : String

    Nom de la propriété à supprimer du jeu en cours.

Valeur de retour

Type : Boolean
true si la propriété est correctement supprimée ; false si la propriété n'existe pas.

Implémentations

IDictionary.Remove(UTP)

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms