Share via


SqlDeployment.OnConfigure Method

Returns a list of configuration error messages.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overrides Function OnConfigure ( _
    manifest As Project, _
    fileLocation As DirectoryInfo _
) As IList(Of DataSchemaError)
'Usage
Dim manifest As Project
Dim fileLocation As DirectoryInfo
Dim returnValue As IList(Of DataSchemaError)

returnValue = Me.OnConfigure(manifest, _
    fileLocation)
protected override IList<DataSchemaError> OnConfigure(
    Project manifest,
    DirectoryInfo fileLocation
)
protected:
virtual IList<DataSchemaError^>^ OnConfigure(
    Project^ manifest, 
    DirectoryInfo^ fileLocation
) override
protected override function OnConfigure(
    manifest : Project, 
    fileLocation : DirectoryInfo
) : IList<DataSchemaError>
abstract OnConfigure : 
        manifest:Project * 
        fileLocation:DirectoryInfo -> IList<DataSchemaError> 
override OnConfigure : 
        manifest:Project * 
        fileLocation:DirectoryInfo -> IList<DataSchemaError> 

Parameters

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>

.NET Framework Security

See Also

Reference

SqlDeployment Class

SqlDeployment Members

Microsoft.Data.Schema.Sql.Build Namespace