CompatibilityResult(Boolean, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 CompatibilityResult 執行個體。
public CompatibilityResult (bool isCompatible, string errorMessage);
new System.Data.Entity.Infrastructure.Annotations.CompatibilityResult : bool * string -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Public Sub New (isCompatible As Boolean, errorMessage As String)
參數
- isCompatible
- Boolean
指出兩個測試的物件是否相容。
- errorMessage
- String
指出物件不相容的錯誤訊息。 如果 isCompatible 為 true,則預期為 null。