DataConnectionProperties.RemoveProperty(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime une propriété reconnue en mode natif.
protected:
void RemoveProperty(System::String ^ name);
protected void RemoveProperty (string name);
member this.RemoveProperty : string -> unit
Protected Sub RemoveProperty (name As String)
Paramètres
- name
- String
Nom d’une propriété à supprimer.
Exceptions
Le paramètre name est null.