ExportDeploymentPlanExecutorAttribute 构造函数 (Type, String)

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

参数

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

请参阅

参考

ExportDeploymentPlanExecutorAttribute 类

ExportDeploymentPlanExecutorAttribute 重载

Microsoft.SqlServer.Dac.Deployment 命名空间