Delen via


DatabaseTaskHost.MatchesDataSchemaModelValue Method

Returns a value that indicates whether the value set on the data schema model is matched.

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace