IDifferencer.IsTypeEmitted(DiffType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這表示指定的 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中。