言語

ExportDeploymentPlanExecutorAttribute コンストラクター

定義

オーバーロード

ExportDeploymentPlanExecutorAttribute(String, String)

を初期化します。 ExportDeploymentPlanExecutorAttribute

public ExportDeploymentPlanExecutorAttribute(string id, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : string * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (id As String, version As String)

パラメーター

id
String

エクスポートを識別するために使用される一意の ID

version
String

拡張機能のバージョン番号を定義する省略可能な文字列。 有効なバージョン文字列である必要があります

適用対象

ExportDeploymentPlanExecutorAttribute(Type, String)

を初期化します。 ExportDeploymentPlanExecutorAttribute

public ExportDeploymentPlanExecutorAttribute(Type implementingType, string version);
new Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute : Type * string -> Microsoft.SqlServer.Dac.Deployment.ExportDeploymentPlanExecutorAttribute
Public Sub New (implementingType As Type, version As String)

パラメーター

implementingType
Type

DeploymentPlanExecutor拡張される具象型 - このエクスポートの一意の ID を生成するために使用されます

version
String

拡張機能のバージョン番号を定義する省略可能な文字列。 有効なバージョン文字列である必要があります

適用対象