BatchUpgradeOptions.Validate Property

Definition

Gets or sets the value that specifies whether to validate an upgraded Integration Services package.

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

Property Value

A value that specifies whether to validate an upgraded package. The default value is false.

Applies to