次の方法で共有


ExportDeploymentPlanModifierAttribute コンストラクター (Type, String)

ExportDeploymentPlanModifierAttribute を初期化します。

名前空間:  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
    拡張機能のバージョン番号を定義する文字列 (省略可)。 有効なバージョン文字列を指定する必要があります。

関連項目

参照

ExportDeploymentPlanModifierAttribute クラス

ExportDeploymentPlanModifierAttribute オーバーロード

Microsoft.SqlServer.Dac.Deployment 名前空間