The last execution block returned by GetMigrationSQL(ComparisonSession, TableDifference, Boolean).

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Block As ExecutionBlock
C#
public ExecutionBlock Block { get; }
Visual C++
public:
property ExecutionBlock^ Block {
	ExecutionBlock^ get ();
}

See Also