IDiffgram Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |