다음을 통해 공유


BatchUpgradeOptions.ValidationFailureAsError 속성

Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property ValidationFailureAsError As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As BatchUpgradeOptions 
Dim value As Boolean 

value = instance.ValidationFailureAsError

instance.ValidationFailureAsError = value
public bool ValidationFailureAsError { get; set; }
public:
property bool ValidationFailureAsError {
    bool get ();
    void set (bool value);
}
member ValidationFailureAsError : bool with get, set
function get ValidationFailureAsError () : boolean 
function set ValidationFailureAsError (value : boolean)

속성 값

유형: System.Boolean
A value that specifies whether to treat packages that are not valid as errors or warnings. The default value is true.

주의

Integration Services does not save upgraded packages that are not valid to the destination location. The StorageInfo class provides information about the destination location for upgraded packages.

참고 항목

참조

BatchUpgradeOptions 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스