IDifferencer.IsTypeEmitted(DiffType) 方法

定義

這表示指定的 DiffType 條目已被包含在結果的 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

參數

type
DiffType

要檢查的 DiffType

傳回

true表示指定的DiffType條目已包含在結果diffgram中。

適用於