Share via


BuildContributor Class

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
Protected method BuildContributor Initializes a new instance of the BuildContributor class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method 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.
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac.Deployment Namespace