次の方法で共有


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

ExportDeploymentPlanExecutorAttribute を初期化します。

名前空間:  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
)

パラメーター

  • implementingType
    型: System.Type
    DeploymentPlanExecutor を拡張した具象型。これはこのエクスポート用の一意の ID を生成するために使用されます。
  • version
    型: System.String
    拡張機能のバージョン番号を定義する文字列 (省略可)。 有効なバージョン文字列を指定する必要があります。

関連項目

参照

ExportDeploymentPlanExecutorAttribute クラス

ExportDeploymentPlanExecutorAttribute オーバーロード

Microsoft.SqlServer.Dac.Deployment 名前空間