IDifferencer.UnsetTypeEmitted(DiffType) 方法

定義

解除(或清除)指定的 DiffType,從結果的 diffgram 中排除。 此選項僅在 DiffEntry 設定於 CompareGraphs() 之前時影響該選項。

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

適用於