Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the Visual Studio build process after the model has been built. This method provides to derived versions of this contributor an opportunity to examine the model and possibly generate additional files.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnExecute ( _
context As BuildContributorContext, _
errorsContainer As ErrorManager _
)
protected virtual void OnExecute(
BuildContributorContext context,
ErrorManager errorsContainer
)
protected:
virtual void OnExecute(
BuildContributorContext^ context,
ErrorManager^ errorsContainer
)
abstract OnExecute :
context:BuildContributorContext *
errorsContainer:ErrorManager -> unit
override OnExecute :
context:BuildContributorContext *
errorsContainer:ErrorManager -> unit
protected function OnExecute(
context : BuildContributorContext,
errorsContainer : ErrorManager
)
Parameters
- context
Type: Microsoft.Data.Schema.Build.BuildContributorContext
A BuildContributorContext object.
- errorsContainer
Type: Microsoft.Data.Schema.ErrorManager
The ErrorManager to hold any errors encountered during execution.
.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.