共用方式為


DatabaseTaskHost.MatchesDataSchemaModelValue 方法

傳回值,這個值表示資料結構描述模型上設定的值是否相符。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

DatabaseTaskHost 類別

Microsoft.Data.Schema.Build 命名空間