言語

ExportDeploymentPlanModifierAttribute コンストラクター

定義

オーバーロード

ExportDeploymentPlanModifierAttribute(String, String)

を初期化します。 ExportDeploymentPlanModifierAttribute

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

パラメーター

id
String

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

version
String

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

適用対象

ExportDeploymentPlanModifierAttribute(Type, String)

を初期化します。 ExportDeploymentPlanModifierAttribute

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

パラメーター

implementingType
Type

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

version
String

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

適用対象