DataConnectionProperties.ModifyProperty(String, Attribute[]) Methode

Definition

Ändert eine vorhandene Eigenschaft, von der die aktuelle DataConnectionProperties Instanz nativ unterstützt wird.

protected:
 void ModifyProperty(System::String ^ name, ... cli::array <Attribute ^> ^ attributes);
protected void ModifyProperty (string name, params Attribute[] attributes);
member this.ModifyProperty : string * Attribute[] -> unit
Protected Sub ModifyProperty (name As String, ParamArray attributes As Attribute())

Parameter

name
String

Der Name einer Eigenschaft.

attributes
Attribute[]

Ein Satz von Attributen, die hinzugefügt oder geändert werden sollen.

Ausnahmen

Der name-Parameter ist null.

Gilt für