Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ExportDeploymentPlanExecutorAttribute class.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Sub New ( _
implementingType As Type, _
version As String _
)
'Utilisation
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
)
Paramètres
- implementingType
Type : System.Type
The Concrete type that extends DeploymentPlanExecutor - this is used to generate the unique Id for this Export.
- version
Type : System.String
Optional string defining the version number of the extension. Must be a valid version string.
Voir aussi
Référence
ExportDeploymentPlanExecutorAttribute Classe