ExportDeploymentPlanModifierAttribute Class

Definition

Concrete classes implementing DeploymentPlanModifier must add the ExportDeploymentPlanModifierAttribute attribute to their class definition. This ensures they will be detected and available for use during SQL Deployment. DeploymentPlanModifiers 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 ExportDeploymentPlanModifierAttribute : Microsoft.SqlServer.Dac.Extensibility.ExportStandardMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ExportDeploymentPlanModifierAttribute = class
    inherit ExportStandardMetadataAttribute
Public Class ExportDeploymentPlanModifierAttribute
Inherits ExportStandardMetadataAttribute
Inheritance
ExportDeploymentPlanModifierAttribute
Attributes

Constructors

ExportDeploymentPlanModifierAttribute(String, String)

Initializes a ExportDeploymentPlanModifierAttribute

ExportDeploymentPlanModifierAttribute(Type, String)

Intializes a ExportDeploymentPlanModifierAttribute

Properties

DisplayName (Inherited from ExportStandardMetadataAttribute)
Id (Inherited from ExportStandardMetadataAttribute)
PlatformCompatibility (Inherited from ExportStandardMetadataAttribute)
Version (Inherited from ExportStandardMetadataAttribute)

Applies to