Freigeben über


BuildContributor-Klasse

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.

Vererbungshierarchie

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

Der BuildContributor-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode BuildContributor Initializes a new instance of the BuildContributor class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode 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.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Deployment-Namespace