ExportDeploymentPlanModifierAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExportDeploymentPlanModifierAttribute(String, String)
Initializes a ExportDeploymentPlanModifierAttribute
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)
Intializes a ExportDeploymentPlanModifierAttribute
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