Freigeben über


ExportDeploymentPlanModifierAttribute-Konstruktor (String, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    id As String, _
    version As String _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

ExportDeploymentPlanModifierAttribute Klasse

ExportDeploymentPlanModifierAttribute-Überladung

Microsoft.SqlServer.Dac.Deployment-Namespace