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
- manifest
Type: Microsoft.Build.BuildEngine.Project
The build project
- fileLocation
Type: System.IO.DirectoryInfo
The file path
Return Value
Type: System.Collections.Generic.IList<DataSchemaError>
.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.