IDTSConfiguration100.ConfigurationString Property

Definition

public:
 property System::String ^ ConfigurationString { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string ConfigurationString { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.ConfigurationString : string with get, set
Public Property ConfigurationString As String

Property Value

A String that contains the location of the configuration. The location can be a path, an environment variable, a parent package variable name, or a registry key.

Attributes

Applies to