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
- propertyName
Type: System.String
The property name.
- value
Type: System.Object
The object value.
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The property source enumeration value.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.