Instructs the test engine to disable logging in the package when performing unit test. This attribute disables logging in all target packages.

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 DisableLoggingAttribute : Attribute
Visual Basic
Public NotInheritable Class DisableLoggingAttribute _
	Inherits Attribute
Visual C++
public ref class DisableLoggingAttribute sealed : public Attribute

Inheritance Hierarchy

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

See Also