共用方式為


ExportDeploymentPlanExecutorAttribute 建構函式 (String, String)

Initializes a new instance of the ExportDeploymentPlanExecutorAttribute class.

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Sub New ( _
    id As String, _
    version As String _
)
'用途
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
)

參數

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

請參閱

參考

ExportDeploymentPlanExecutorAttribute 類別

ExportDeploymentPlanExecutorAttribute 多載

Microsoft.SqlServer.Dac.Deployment 命名空間