BuildContributor Class

 

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.

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

System::Object
  Microsoft.SqlServer.Dac.Deployment::BuildContributor

public ref class BuildContributor abstract 

NameDescription
System_CAPS_protmethodBuildContributor()

Initializes a new instance of the BuildContributor class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnExecute(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.

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: