RelationalStructure Constructor (DataStructure) |
Namespace:
Dundas.BI.Data.Metadata.Relational
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic RelationalStructure(
DataStructure structure
)
Public Sub New (
structure As DataStructure
)
public:
RelationalStructure(
DataStructure^ structure
)
new :
structure : DataStructure -> RelationalStructureParameters
- structure
- Type: Dundas.BI.Data.MetadataDataStructure
The structure.
See Also