Partager via


DatabaseTaskHost.MatchesDataSchemaModelValue, méthode

Retourne une valeur qui indique si une valeur correspondant à celle définie sur le modèle de schéma de données a été trouvée.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms