IDifferencer.IsTypeEmitted(DiffType) Method

Definition

True to indicate the specified DiffType entries are included in the result diffgram.

public bool IsTypeEmitted (Microsoft.SqlServer.Management.Sdk.Differencing.DiffType type);
abstract member IsTypeEmitted : Microsoft.SqlServer.Management.Sdk.Differencing.DiffType -> bool
Public Function IsTypeEmitted (type As DiffType) As Boolean

Parameters

type
DiffType

The DiffType to check

Returns

true to indicate the specified DiffType entries are included in the result diffgram.

Applies to