ConnectionManager::OfflineMode Property
Gets or sets a value that indicates whether the connection manager is in offline mode.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public: [BrowsableAttribute(false)] property bool OfflineMode { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the connection manager is in offline mode; otherwise, false.
Show: