ConnectionManager::OfflineMode Property

 

Gets or sets a value that indicates whether the connection manager is in offline mode.

Namespace:   Microsoft.SqlServer.Dts.Runtime
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::Boolean

true if the connection manager is in offline mode; otherwise, false.

Return to top
Show: