언어

BatchUpgradeOptions.ActionOnExist 속성

정의

기존 통합 서비스 패키지와 같은 이름을 가진 업그레이드 패키지를 처리하는 값을 받거나 설정합니다 ActionOnExistType .

public:
 property Microsoft::SqlServer::Dts::Runtime::ActionOnExistType ActionOnExist { Microsoft::SqlServer::Dts::Runtime::ActionOnExistType get(); void set(Microsoft::SqlServer::Dts::Runtime::ActionOnExistType value); };
public Microsoft.SqlServer.Dts.Runtime.ActionOnExistType ActionOnExist { get; set; }
member this.ActionOnExist : Microsoft.SqlServer.Dts.Runtime.ActionOnExistType with get, set
Public Property ActionOnExist As ActionOnExistType

속성 값

ActionOnExistType 기존 패키지와 같은 이름을 가진 업그레이드 패키지를 어떻게 처리할지 명시하는 값입니다.

설명

다음 표에는 유효한 값이 나와 있습니다.

가치 Description
Rename 업그레이드 패키지 이름 뒤에 숫자가 추가됩니다. 기본값입니다.
덮어쓰기 기존 패키지를 업그레이드된 패키지로 교체합니다.
오류 오류가 발생하고, 패키지가 업그레이드되지 않습니다.

적용 대상