Gets the value of the underlying configuration string.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string GetConfigurationString()
Visual Basic
Public Function GetConfigurationString As String
Visual C++
public:
String^ GetConfigurationString()

Return Value

A string representing a value of the configuration string.

See Also