IDifferencer.SetTypeEmitted(DiffType) Method

Definition

Set the specified DiffType to be included in the result diffgram. This option affects the DiffEntry only if it is set before CompareGraphs() is called.

public void SetTypeEmitted (Microsoft.SqlServer.Management.Sdk.Differencing.DiffType type);
abstract member SetTypeEmitted : Microsoft.SqlServer.Management.Sdk.Differencing.DiffType -> unit
Public Sub SetTypeEmitted (type As DiffType)

Parameters

type
DiffType

The DiffType to check

Applies to