NativeStructureSourceNativeStructure Property |
Gets the native structure.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public NativeStructure NativeStructure { get; }
Public ReadOnly Property NativeStructure As NativeStructure
Get
public:
property NativeStructure^ NativeStructure {
NativeStructure^ get ();
}
member NativeStructure : NativeStructure with get
Property Value
Type:
NativeStructure
The native structure.
See Also