RelationalColumnDataElementStructure Property |
Gets the parent data element structure.
Namespace: Dundas.BI.Data.Metadata.RelationalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[JsonIgnoreAttribute]
public IDataElementStructure DataElementStructure { get; }<JsonIgnoreAttribute>
Public ReadOnly Property DataElementStructure As IDataElementStructure
Get
public:
[JsonIgnoreAttribute]
virtual property IDataElementStructure^ DataElementStructure {
IDataElementStructure^ get () sealed;
}[<JsonIgnoreAttribute>]
abstract DataElementStructure : IDataElementStructure with get
[<JsonIgnoreAttribute>]
override DataElementStructure : IDataElementStructure with get
Property Value
IDataElementStructureImplements
IDataElementDataElementStructure
See Also