AppSettingTransferSpec Constructor (Guid, AppSettingValueSource, Object)

Initializes a new instance of the AppSettingTransferSpec class.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AppSettingTransferSpec(
	Guid appSettingId,
	AppSettingValueSource scope,
	Object? scopeTarget
)

Parameters

appSettingId
Type: SystemGuid
The application setting identifier.
scope
Type: Dundas.BI.ConfigurationAppSettingValueSource
The application setting scope.
scopeTarget
Type: SystemObject
The application setting scope target.
See Also