Share via


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

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace