Partilhar via


Construtor ExportDeploymentPlanExecutorAttribute (String, String)

Initializes a new instance of the ExportDeploymentPlanExecutorAttribute class.

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

Sintaxe

'Declaração
Public Sub New ( _
    id As String, _
    version As String _
)
'Uso
Dim id As String 
Dim version As String 

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

Parâmetros

  • id
    Tipo: System.String
    The Unique Id used to identify the export.
  • version
    Tipo: System.String
    The optional string defining the version number of the extension. Must be a valid version string.

Consulte também

Referência

ExportDeploymentPlanExecutorAttribute Classe

Sobrecarregado ExportDeploymentPlanExecutorAttribute

Namespace Microsoft.SqlServer.Dac.Deployment