Partager via


Propriété BatchUpgradeOptions.Validate

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property Validate As Boolean 
    Get 
    Set
'Utilisation
Dim instance As BatchUpgradeOptions 
Dim value As Boolean 

value = instance.Validate

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

Valeur de propriété

Type : System.Boolean
A value that specifies whether to validate an upgraded package. The default value is false.

Voir aussi

Référence

BatchUpgradeOptions Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime