Initializes a new instance of the DumpPackageAttribute class.

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

Syntax

C#
public DumpPackageAttribute(
	string dumpPath
)
Visual Basic
Public Sub New ( _
	dumpPath As String _
)
Visual C++
public:
DumpPackageAttribute(
	String^ dumpPath
)

Parameters

dumpPath
Type: System..::..String
Path to 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.

See Also