Freigeben über


CompatibilityResult(Boolean, String) Konstruktor

Definition

Erstellt eine neue CompatibilityResult-Instanz.

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)

Parameter

isCompatible
Boolean

Gibt an, ob die beiden getesteten Objekte kompatibel sind.

errorMessage
String

Eine Fehlermeldung, die angibt, dass die Objekte nicht kompatibel sind. Wird als NULL erwartet, wenn isCompatible true ist.

Gilt für: