IDifferencer.UnsetTypeEmitted(DiffType) メソッド

定義

指定した DiffType を設定解除 (またはクリア) して、結果の差分グラムから除外します。 このオプションは、CompareGraphs() が呼び出される前に DiffEntry が設定されている場合にのみ影響します。

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)

パラメーター

type
DiffType

確認する DiffType

適用対象