This class contains the snapshot of data captured by fake destination.

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

Syntax

C#
public class FakeDestinationSnapshot : DataSnapshot
Visual Basic
Public Class FakeDestinationSnapshot _
	Inherits DataSnapshot
Visual C++
public ref class FakeDestinationSnapshot : public DataSnapshot

Inheritance Hierarchy

System..::..Object
  SSIS.Test..::..DataSnapshot
    SSIS.Test..::..FakeDestinationSnapshot

See Also