다음을 통해 공유


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 네임스페이스