Compartir a través de


DatabaseTaskHost.MatchesDataSchemaModelValue (Método)

Devuelve un valor que indica si coincide con el valor establecido en el modelo de esquema de datos.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)