Base PropertyDefault Value Location Property
Derived classes should override this to define the default data type/location to use if a VALUE
parameter is not specified.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public abstract string DefaultValueLocation { get; }VB
Public MustOverride ReadOnly Property DefaultValueLocation As String
GetC++
public:
virtual property String^ DefaultValueLocation {
String^ get () abstract;
}F#
abstract DefaultValueLocation : string with get