ExportDeploymentPlanExecutorAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ExportDeploymentPlanExecutorAttribute(String, String) |
Inicializa um ExportDeploymentPlanExecutorAttribute |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
Intializa um ExportDeploymentPlanExecutorAttribute |
ExportDeploymentPlanExecutorAttribute(String, String)
Inicializa um 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
ID exclusiva usada para identificar a exportação
- version
- String
Cadeia de caracteres opcional definindo o número de versão da extensão. Deve ser uma cadeia de caracteres de versão válida
Aplica-se a
ExportDeploymentPlanExecutorAttribute(Type, String)
Intializa um 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
O tipo Concreto que se estende DeploymentPlanExecutor – isso é usado para gerar a ID exclusiva para esta Exportação
- version
- String
Cadeia de caracteres opcional definindo o número de versão da extensão. Deve ser uma cadeia de caracteres de versão válida