用來驗證相依於此屬性設定的任何屬性。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Protected MustOverride Sub VerifyConfigurationAfterSet ( _
propertyName As String, _
value As Object, _
source As DatabaseTaskHost..::..PropertySource _
)
protected abstract void VerifyConfigurationAfterSet(
string propertyName,
Object value,
DatabaseTaskHost..::..PropertySource source
)
protected:
virtual void VerifyConfigurationAfterSet(
String^ propertyName,
Object^ value,
DatabaseTaskHost..::..PropertySource source
) abstract
abstract VerifyConfigurationAfterSet :
propertyName:string *
value:Object *
source:DatabaseTaskHost..::..PropertySource -> unit
protected abstract function VerifyConfigurationAfterSet(
propertyName : String,
value : Object,
source : DatabaseTaskHost..::..PropertySource
)
參數
- propertyName
型別:System.String
屬性名稱。
- value
型別:System.Object
物件值。
- source
型別:Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
屬性來源列舉值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。