Partager via


Constructeur ExportDeploymentPlanModifierAttribute (String, 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 ( _
    id As String, _
    version As String _
)
'Utilisation
Dim id As String 
Dim version As String 

Dim instance As New ExportDeploymentPlanModifierAttribute(id, version)
public ExportDeploymentPlanModifierAttribute(
    string id,
    string version
)
public:
ExportDeploymentPlanModifierAttribute(
    String^ id, 
    String^ version
)
new : 
        id:string * 
        version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
    id : String, 
    version : String
)

Paramètres

  • id
    Type : System.String
    Unique Id used to identify the export.
  • 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