IDifferencer.UnsetTypeEmitted(DiffType) Method

Definition

Unset (or clear) the specified DiffType to be excluded from the result diffgram. This option affects the DiffEntry only if it is set before CompareGraphs() is called.

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

Parameters

type
DiffType

The DiffType to check

Applies to