Compartilhar via


Construtor ExportDeploymentPlanModifierAttribute (Type, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute class.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Sub New ( _
    implementingType As Type, _
    version As String _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

ExportDeploymentPlanModifierAttribute Classe

Sobrecarregado ExportDeploymentPlanModifierAttribute

Namespace Microsoft.SqlServer.Dac.Deployment