BatchUpgradeOptions 클래스

정의

업그레이드 프로세스 중에 Integration Services 패키지 목록에 메서드가 적용되는 옵션을 Upgrade(IEnumerable<UpgradePackageInfo>, StorageInfo, StorageInfo, BatchUpgradeOptions, IDTSEvents) 지정합니다.

public ref class BatchUpgradeOptions
public class BatchUpgradeOptions
type BatchUpgradeOptions = class
Public Class BatchUpgradeOptions
상속
BatchUpgradeOptions

설명

개체를 BatchUpgradeOptions 메서드에 전달합니다 Upgrade . 패키지를 업그레이드하는 방법을 보여 주는 코드 예제는 Upgrade 메서드를 참조하십시오.

생성자

BatchUpgradeOptions()

BatchUpgradeOptions 클래스의 새 인스턴스를 초기화합니다.

속성

ActionOnExist

기존 Integration Services 패키지와 이름이 같은 업그레이드된 패키지를 처리하는 방법을 지정하는 값을 가져오거나 설정합니다 ActionOnExistType .

BackupOldPackages

패키지를 업그레이드하기 전에 원래 Integration Services 패키지를 백업할지 여부를 지정하는 값을 가져오거나 설정합니다.

ContinueOnError

오류가 Integration Services 패키지의 업그레이드 프로세스를 중지하는지 여부를 지정하는 값을 가져오거나 설정합니다.

ProjectPath

업그레이드 프로세스 중에 Integration Services 패키지 목록에 메서드가 적용되는 옵션을 Upgrade(IEnumerable<UpgradePackageInfo>, StorageInfo, StorageInfo, BatchUpgradeOptions, IDTSEvents) 지정합니다.

TestOnly

업그레이드 옵션이 테스트 전용인지 여부를 가져오거나 설정합니다.

Validate

업그레이드된 Integration Services 패키지의 유효성을 검사할지 여부를 지정하는 값을 가져오거나 설정합니다.

ValidationFailureAsError

유효하지 않은 Integration Services 패키지를 오류 또는 경고로 처리할지 여부를 지정하는 값을 가져오거나 설정합니다.

적용 대상