Partager via


Constructeur ExportDeploymentPlanModifierAttribute (Type, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute 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 ExportDeploymentPlanModifierAttribute(implementingType, _
    version)
public ExportDeploymentPlanModifierAttribute(
    Type implementingType,
    string version
)
public:
ExportDeploymentPlanModifierAttribute(
    Type^ implementingType, 
    String^ version
)
new : 
        implementingType:Type * 
        version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
    implementingType : Type, 
    version : String
)

Paramètres

  • version
    Type : System.String
    Optional string defining the version number of the extension. Must be a valid version string.

Voir aussi

Référence

ExportDeploymentPlanModifierAttribute Classe

Surcharge ExportDeploymentPlanModifierAttribute

Espace de noms Microsoft.SqlServer.Dac.Deployment