ExportDeploymentPlanExecutorAttribute Constructores

Definición

Sobrecargas

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)

Parámetros

id
String

Identificador único usado para identificar la exportación

version
String

Cadena opcional que define el número de versión de la extensión. Debe ser una cadena de versión válida.

Se aplica a

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)

Parámetros

implementingType
Type

Tipo concreto que se extiende DeploymentPlanExecutor : se usa para generar el identificador único para esta exportación.

version
String

Cadena opcional que define el número de versión de la extensión. Debe ser una cadena de versión válida.

Se aplica a