IDTSPackage100.OfflineMode Propriété

Définition

Obtient ou définit une valeur qui indique si le package fonctionne en mode hors connexion.

public:
 property bool OfflineMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(81)]
public bool OfflineMode { [System.Runtime.InteropServices.DispId(81)] get; [System.Runtime.InteropServices.DispId(81)] set; }
[<System.Runtime.InteropServices.DispId(81)>]
[<get: System.Runtime.InteropServices.DispId(81)>]
[<set: System.Runtime.InteropServices.DispId(81)>]
member this.OfflineMode : bool with get, set
Public Property OfflineMode As Boolean

Valeur de propriété

true si le package fonctionne en mode hors connexion ; sinon, false.

Attributs

Remarques

Cette interface est implémentée par les interfaces Package et PackageNeutral.

S’applique à