This class contains the definition of a fake destination and its captured data snapshots.

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

Syntax

C#
public class FakeDestination : DataCaptureDescriptor<FakeDestinationSnapshot>
Visual Basic
Public Class FakeDestination _
	Inherits DataCaptureDescriptor(Of FakeDestinationSnapshot)
Visual C++
public ref class FakeDestination : public DataCaptureDescriptor<FakeDestinationSnapshot^>

Inheritance Hierarchy

System..::..Object
  SSIS.Test..::..DataCaptureDescriptor<(Of <(<'FakeDestinationSnapshot>)>)>
    SSIS.Test..::..FakeDestination

See Also