dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetConnectionStringBuilder Class / SupportExtensionObjects Property

SupportExtensionObjects Property
Determines whether to allow access to ExactTarget data extensions via the connection.
Syntax
'Declaration
 
Public Property SupportExtensionObjects As Boolean
 

Property Value

If true, data extension objects can be accessed in the same way as predefined ExactTarget objects. By default, true.
Remarks

Note that custom Subscriber fields are not affected by this connection string parameter, they are always available in the same way as predefined Subscriber fields.

Reading data extension information can take additional time. If you don't need to work with data extensions, it's better to disable their reading by setting the SupportExtensionObjects connection string parameter to false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also