Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the project is on offline mode.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property OfflineMode As Boolean
Get
Set
'Usage
Dim instance As Project
Dim value As Boolean
value = instance.OfflineMode
instance.OfflineMode = value
public bool OfflineMode { get; set; }
public:
property bool OfflineMode {
bool get ();
void set (bool value);
}
member OfflineMode : bool with get, set
function get OfflineMode () : boolean
function set OfflineMode (value : boolean)
Property Value
Type: System.Boolean
True if the project is on offline mode; otherwise, false.