Share via


ExportDeploymentPlanExecutorAttribute Class

Definition

Concrete classes implementing DeploymentPlanExecutor must add the ExportDeploymentPlanExecutorAttribute attribute to their class definition. This ensures they will be detected and available for use during SQL Deployment. DeploymentPlanExecutors require a unique ID which can be based on their fully qualified type name, or explicitly passed as a string

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class ExportDeploymentPlanExecutorAttribute : Microsoft.SqlServer.Dac.Extensibility.ExportStandardMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportDeploymentPlanExecutorAttribute = class
    inherit ExportStandardMetadataAttribute
Public Class ExportDeploymentPlanExecutorAttribute
Inherits ExportStandardMetadataAttribute
Inheritance
ExportDeploymentPlanExecutorAttribute
Attributes

Applies to