傳回值,這個值表示資料結構描述模型上設定的值是否相符。
命名空間: 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
參數
- propertyName
型別:System.String
屬性名稱。
- value
型別:System.Object
物件值。
- source
型別:Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
屬性來源列舉值。
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。