DataConnectionProperties.ModifyProperty(String, Attribute[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies an existing property of which the current DataConnectionProperties instance is natively aware.
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())
Parameters
- name
- String
The name of a property.
- attributes
- Attribute[]
A set of attributes that should be added or modified.
Exceptions
The name
parameter is null.