ExportDeploymentPlanExecutorAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| ExportDeploymentPlanExecutorAttribute(String, String) | |
| ExportDeploymentPlanExecutorAttribute(Type, String) |
Intializes a ExportDeploymentPlanExecutorAttribute |
ExportDeploymentPlanExecutorAttribute(String, String)
public ExportDeploymentPlanExecutorAttribute(string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (id As String, version As String)
参数
- id
- String
用于标识导出的唯一 ID
- version
- String
定义扩展版本号的可选字符串。 必须是有效的版本字符串
适用于
ExportDeploymentPlanExecutorAttribute(Type, String)
Intializes a ExportDeploymentPlanExecutorAttribute
public ExportDeploymentPlanExecutorAttribute(Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (implementingType As Type, version As String)
参数
- implementingType
- Type
扩展 DeploymentPlanExecutor 的具体类型 - 用于为此导出生成唯一 ID
- version
- String
定义扩展版本号的可选字符串。 必须是有效的版本字符串