ExportDeploymentPlanModifierAttribute 构造函数

定义

重载

ExportDeploymentPlanModifierAttribute(String, String)

public ExportDeploymentPlanModifierAttribute(string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
Public Sub New (id As String, version As String)

参数

id
String

用于标识导出的唯一 ID

version
String

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

适用于

ExportDeploymentPlanModifierAttribute(Type, String)

public ExportDeploymentPlanModifierAttribute(Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanModifierAttribute
Public Sub New (implementingType As Type, version As String)

参数

implementingType
Type

扩展DeploymentPlanModifier的具体类型 - 用于为此导出生成唯一 ID DeploymentPlanModifier

version
String

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

适用于