Initializes a new instance of the ActionMethodAttribute class.

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

Syntax

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

Parameters

executableName
Type: System..::..String
Name of a target executable to be tested.

See Also