Initializes a new instance of the DisableExecutableAttribute class.

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

Syntax

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

Parameters

executableName
Type: System..::..String
A name or a path to the executable.

See Also