共用方式為


ExportDeploymentPlanExecutorAttribute Constructors

Definition

Overloads

ExportDeploymentPlanExecutorAttribute(String, String)

Initializes a ExportDeploymentPlanExecutorAttribute

ExportDeploymentPlanExecutorAttribute(Type, String)

Intializes a ExportDeploymentPlanExecutorAttribute

ExportDeploymentPlanExecutorAttribute(String, String)

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)

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

Applies to