Condividi tramite


Costruttore ExportDeploymentPlanModifierAttribute (Type, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute class.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    implementingType As Type, _
    version As String _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

ExportDeploymentPlanModifierAttribute Classe

Overload ExportDeploymentPlanModifierAttribute

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment