다음을 통해 공유


BatchUpgradeOptions.ValidationFailureAsError 속성

정의

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

public:
 property bool ValidationFailureAsError { bool get(); void set(bool value); };
public bool ValidationFailureAsError { get; set; }
member this.ValidationFailureAsError : bool with get, set
Public Property ValidationFailureAsError As Boolean

속성 값

유효하지 않은 패키지를 오류 또는 경고로 처리할지 여부를 지정하는 값입니다. 기본값은 true입니다.

설명

Integration Services는 대상 위치에 유효하지 않은 업그레이드된 패키지를 저장하지 않습니다. 클래스는 StorageInfo 업그레이드된 패키지의 대상 위치에 대한 정보를 제공합니다.

적용 대상