ExportDeploymentPlanExecutorAttribute 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
ExportDeploymentPlanExecutorAttribute(String, String)
Initializes a ExportDeploymentPlanExecutorAttribute
public ExportDeploymentPlanExecutorAttribute (string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
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
ExportDeploymentPlanExecutorAttribute(Type, String)
Intializes a ExportDeploymentPlanExecutorAttribute
public ExportDeploymentPlanExecutorAttribute (Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (implementingType As Type, version As String)
Parameters
- implementingType
- Type
The Concrete type that extends DeploymentPlanExecutor - this is used to generate the unique Id for this Export
- version
- String
Optional string defining the version number of the extension. Must be a valid version string