Condividi tramite


IDTSPackage100.OfflineMode Proprietà

Definizione

Ottiene o imposta un valore che indica se il pacchetto viene eseguito in modalità offline.

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

Valore della proprietà

true se il pacchetto funziona in modalità offline; in caso contrario, false.

Attributi

Commenti

Questa interfaccia viene implementata dalle interfacce Package e PackageNeutral.

Si applica a