Click or drag to resize
DatabaseSeparationHelperAllowCopyDataThroughApplication Property
If true, the helper is allowed to copy the database data through the application instance during separation if linked server feature is not available.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool AllowCopyDataThroughApplication { get; set; }

Property Value

Type: Boolean
See Also