DataConnectionProperties.RemoveProperty, méthode

Supprime une propriété en mode natif reconnue.

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

Syntaxe

'Déclaration
Protected Sub RemoveProperty ( _
    name As String _
)
protected void RemoveProperty(
    string name
)
protected:
void RemoveProperty(
    String^ name
)
member RemoveProperty : 
        name:string -> unit
protected function RemoveProperty(
    name : String
)

Paramètres

  • name
    Type : String

    Le nom d'une propriété à supprimer.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre name est null.

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data, espace de noms

AddProperty

AddProperty