Instructs the test engine to disable the executable during the execution.

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

Syntax

C#
public sealed class DisableExecutableAttribute : Attribute
Visual Basic
Public NotInheritable Class DisableExecutableAttribute _
	Inherits Attribute
Visual C++
public ref class DisableExecutableAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    SSIS.Test.Metadata..::..DisableExecutableAttribute

See Also