ExportDeploymentPlanModifierAttribute 构造函数 (Type, 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 ( _
    implementingType As Type, _
    version As String _
)
用法
Dim implementingType As Type 
Dim version As String 

Dim instance As New ExportDeploymentPlanModifierAttribute(implementingType, _
    version)
public ExportDeploymentPlanModifierAttribute(
    Type implementingType,
    string version
)
public:
ExportDeploymentPlanModifierAttribute(
    Type^ implementingType, 
    String^ version
)
new : 
        implementingType:Type * 
        version:string -> ExportDeploymentPlanModifierAttribute
public function ExportDeploymentPlanModifierAttribute(
    implementingType : Type, 
    version : String
)

参数

  • version
    类型:System.String
    Optional string defining the version number of the extension. Must be a valid version string.

请参阅

参考

ExportDeploymentPlanModifierAttribute 类

ExportDeploymentPlanModifierAttribute 重载

Microsoft.SqlServer.Dac.Deployment 命名空间