BasePropertyDefaultValueLocation Property
Derived classes should override this to define the default data type/location to use if a VALUE
parameter is not specified.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public abstract string DefaultValueLocation { get; }
Public MustOverride ReadOnly Property DefaultValueLocation As String
Get
public:
virtual property String^ DefaultValueLocation {
String^ get () abstract;
}
abstract DefaultValueLocation : string with get
Property Value
String