ExportDeploymentPlanExecutorAttribute Construtores

Definição

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

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)

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

Aplica-se a