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.
Represents the base class for build contributors. Subclasses of this class participate in a build by modifying a project model or by executing the model.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Deployment.BuildContributor
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustInherit Class BuildContributor
'Usage
Dim instance As BuildContributor
public abstract class BuildContributor
public ref class BuildContributor abstract
[<AbstractClassAttribute>]
type BuildContributor = class end
public abstract class BuildContributor
The BuildContributor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
BuildContributor | Initializes a new instance of the BuildContributor class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnExecute | Indicates a member 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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)