Construtor ExportDeploymentPlanExecutorAttribute (Type, String)
Initializes a new instance of the ExportDeploymentPlanExecutorAttribute class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Sub New ( _
implementingType As Type, _
version As String _
)
'Uso
Dim implementingType As Type
Dim version As String
Dim instance As New ExportDeploymentPlanExecutorAttribute(implementingType, _
version)
public ExportDeploymentPlanExecutorAttribute(
Type implementingType,
string version
)
public:
ExportDeploymentPlanExecutorAttribute(
Type^ implementingType,
String^ version
)
new :
implementingType:Type *
version:string -> ExportDeploymentPlanExecutorAttribute
public function ExportDeploymentPlanExecutorAttribute(
implementingType : Type,
version : String
)
Parâmetros
- implementingType
Tipo: System.Type
The Concrete type that extends DeploymentPlanExecutor - this is used to generate the unique Id for this Export.
- version
Tipo: System.String
Optional string defining the version number of the extension. Must be a valid version string.
Consulte também
Referência
ExportDeploymentPlanExecutorAttribute Classe