IDTSPackage100.OfflineMode 属性

定义

获取或设置一个值,该值指示包是否在脱机模式下工作。

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

属性值

如果包处于脱机模式,则为 true;否则为 false。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于