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

확장의 버전 번호를 정의하는 선택적 문자열입니다. 유효한 버전 문자열이어야 합니다.

적용 대상