Gets a configuration.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public DtsConfiguration GetConfiguration( string name ) |
| Visual Basic |
|---|
Public Function GetConfiguration ( _ name As String _ ) As DtsConfiguration |
| Visual C++ |
|---|
public: DtsConfiguration^ GetConfiguration( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the configuration to get.
Return Value
Instance of DtsConfiguration if found in the package, otherwise throws ArgumentException.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | If a property with a given name is not present in the package, ArgumentException is thrown. |