Langage

ExportDeploymentPlanModifierAttribute Constructeurs

Définition

Surcharges

ExportDeploymentPlanModifierAttribute(String, String)

public ExportDeploymentPlanModifierAttribute(string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
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 à

ExportDeploymentPlanModifierAttribute(Type, String)

public ExportDeploymentPlanModifierAttribute(Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
Public Sub New (implementingType As Type, version As String)

Paramètres

implementingType
Type

Type concret qui s’étend DeploymentPlanModifier : utilisé pour générer l’ID unique de cette DeploymentPlanModifier 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 à