Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ExportDeploymentPlanExecutorAttribute 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 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
)
Paramètres
- id
Type : System.String
The Unique Id used to identify the export.
- version
Type : System.String
The optional string defining the version number of the extension. Must be a valid version string.
Voir aussi
Référence
ExportDeploymentPlanExecutorAttribute Classe