DatabaseTaskHost.MatchesDataSchemaModelValue-Methode

Gibt einen Wert zurück, der angibt, ob der für das Datenschemamodell festgelegte Wert übereinstimmt.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected MustOverride Function MatchesDataSchemaModelValue ( _
    propertyName As String, _
    value As Object, _
    source As DatabaseTaskHost..::..PropertySource _
) As Boolean
protected abstract bool MatchesDataSchemaModelValue(
    string propertyName,
    Object value,
    DatabaseTaskHost..::..PropertySource source
)
protected:
virtual bool MatchesDataSchemaModelValue(
    String^ propertyName, 
    Object^ value, 
    DatabaseTaskHost..::..PropertySource source
) abstract
abstract MatchesDataSchemaModelValue : 
        propertyName:string * 
        value:Object * 
        source:DatabaseTaskHost..::..PropertySource -> bool 
protected abstract function MatchesDataSchemaModelValue(
    propertyName : String, 
    value : Object, 
    source : DatabaseTaskHost..::..PropertySource
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace