DeploymentContributor Class
The base class for deployment contributors.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Build.DeploymentContributor
Microsoft.Data.Schema.Build.DeploymentPlanContributor
Microsoft.Data.Schema.Build.TargetModelModifier
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustInherit Class DeploymentContributor _
Implements IDisposable
public abstract class DeploymentContributor : IDisposable
public ref class DeploymentContributor abstract : IDisposable
[<AbstractClass>]
type DeploymentContributor =
class
interface IDisposable
end
public abstract class DeploymentContributor implements IDisposable
The DeploymentContributor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DeploymentContributor | Initializes a new instance of the DeploymentContributor class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Canceled | Gets a value that indicates whether the contributor was canceled. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Cancels execution of the contributor. |
![]() |
Dispose() | Releases resources. |
![]() |
Dispose(Boolean) | Releases resources, as specified. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnApplyDeploymentConfiguration | Called by the deployment process in Visual Studio to give your code an opportunity to collect configuration information from the provided files. |
![]() |
OnEstablishDeploymentConfiguration | Called by the deployment process in Visual Studio to give your code an opportunity to modify deployment configuration. |
![]() |
PublishMessage | Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Derived classes participate in a deployment by modifying or executing a deployment plan.
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.Data.Schema.Build Namespace