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 when the deployment project is created.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnCreateDeploymentProject ( _
deployProject As Project _
)
protected virtual void OnCreateDeploymentProject(
Project deployProject
)
protected:
virtual void OnCreateDeploymentProject(
Project^ deployProject
)
abstract OnCreateDeploymentProject :
deployProject:Project -> unit
override OnCreateDeploymentProject :
deployProject:Project -> unit
protected function OnCreateDeploymentProject(
deployProject : Project
)
Parameters
- deployProject
Type: Microsoft.Build.Evaluation.Project
The MSBuild project being deployed
Remarks
The base class implementation does nothing. You can override this in your database schema provider implementation.
.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.