Partager via


Constructeur ExportDeploymentPlanExecutorAttribute (Type, String)

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

  • 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

Surcharge ExportDeploymentPlanExecutorAttribute

Espace de noms Microsoft.SqlServer.Dac.Deployment