Gets or sets a path of the file where the content of the package is saved. If path equals null, then a temporary file will be created in the user's temp folder.

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

Syntax

C#
public string DumpPath { get; set; }
Visual Basic
Public Property DumpPath As String
	Get
	Set
Visual C++
public:
property String^ DumpPath {
	String^ get ();
	void set (String^ value);
}

See Also