Поделиться через


Свойство 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