ExportDeploymentPlanModifierAttribute 构造函数 (String, String)

Initializes a new instance of the ExportDeploymentPlanModifierAttribute 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 ExportDeploymentPlanModifierAttribute(id, version)
public ExportDeploymentPlanModifierAttribute(
    string id,
    string version
)
public:
ExportDeploymentPlanModifierAttribute(
    String^ id, 
    String^ version
)
new : 
        id:string * 
        version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
    id : String, 
    version : String
)

参数

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

请参阅

参考

ExportDeploymentPlanModifierAttribute 类

ExportDeploymentPlanModifierAttribute 重载

Microsoft.SqlServer.Dac.Deployment 命名空间