DatabaseTaskHost.VerifyConfigurationAfterSet Method
Used to verify any properties that are dependent on the setting of this property.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
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.
.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.