ExportDeploymentPlanExecutorAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ExportDeploymentPlanExecutorAttribute(String, String) |
Initialise un ExportDeploymentPlanExecutorAttribute |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
Intialise un ExportDeploymentPlanExecutorAttribute |
ExportDeploymentPlanExecutorAttribute(String, String)
Initialise un 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)
Paramètres
- id
- String
ID unique utilisé pour identifier l’exportation
- version
- String
Chaîne facultative définissant le numéro de version de l’extension. Doit être une chaîne de version valide
S’applique à
ExportDeploymentPlanExecutorAttribute(Type, String)
Intialise 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)
Paramètres
- implementingType
- Type
Type concret qui s’étend DeploymentPlanExecutor : utilisé pour générer l’ID unique de cette exportation
- version
- String
Chaîne facultative définissant le numéro de version de l’extension. Doit être une chaîne de version valide