BatchUpgradeOptions.Validate 属性

定义

获取或设置一个值,该值指定是否验证升级的 Integration Services 包。

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

属性值

一个值,该值指定是否要验证已升级的包。 默认值为 false。

适用于