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)

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

定义扩展版本号的可选字符串。 必须是有效的版本字符串

适用于