BuildContributor Class
SQL Server 2014
Updated: April 20, 2017
Represents the derivatives of the BuildContributor extension which are executed during a project build after the project's model has been constructed and verified.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | BuildContributor() | Initializes a new instance of the BuildContributor class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnExecute(BuildContributorContext^, IList<ExtensibilityError^>^) | Called after the project's model has been completely built giving the build contributor an opportunity to examine the model and possible output additional files. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

