Share via


ExportDeploymentPlanModifierAttribute Constructors

Definition

Overloads

ExportDeploymentPlanModifierAttribute(String, String)

Initializes a ExportDeploymentPlanModifierAttribute

ExportDeploymentPlanModifierAttribute(Type, String)

Intializes a ExportDeploymentPlanModifierAttribute

ExportDeploymentPlanModifierAttribute(String, String)

public ExportDeploymentPlanModifierAttribute (string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
Public Sub New (id As String, version As String)

Parameters

id
String

Unique Id used to identify the export

version
String

Optional string defining the version number of the extension. Must be a valid version string

Applies to

ExportDeploymentPlanModifierAttribute(Type, String)

public ExportDeploymentPlanModifierAttribute (Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
Public Sub New (implementingType As Type, version As String)

Parameters

implementingType
Type

The Concrete type that extends DeploymentPlanModifier - this is used to generate the unique Id for this DeploymentPlanModifier Export

version
String

Optional string defining the version number of the extension. Must be a valid version string

Applies to