ExportDeploymentPlanExecutorAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ExportDeploymentPlanExecutorAttribute(String, String) |
Inicializa un objeto ExportDeploymentPlanExecutorAttribute |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
Inicializa un ExportDeploymentPlanExecutorAttribute |
ExportDeploymentPlanExecutorAttribute(String, String)
Inicializa un objeto 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)
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)
Inicializa un 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)
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.