Langage

ExportDeploymentPlanExecutorAttribute Constructeurs

Définition

Surcharges

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)

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)

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

S’applique à