IDiffgram Interface

Definition

The data structure that holds an enumerable of Diff entries.

public interface IDiffgram : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Differencing.IDiffEntry>
type IDiffgram = interface
    interface seq<IDiffEntry>
    interface IEnumerable
Public Interface IDiffgram
Implements IEnumerable(Of IDiffEntry)
Implements

Properties

SourceRoot

The root node of the source object passed to the Diff service.

TargetRoot

The root node of the target object passed to the Diff service.

Applies to