ExportDeploymentPlanModifierAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
확장의 버전 번호를 정의하는 선택적 문자열입니다. 유효한 버전 문자열이어야 합니다.