RelationalStructure Constructor (SupportedDataStructures, String) |
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(
SupportedDataStructures structureType,
string name
)
Public Sub New (
structureType As SupportedDataStructures,
name As String
)
public:
RelationalStructure(
SupportedDataStructures structureType,
String^ name
)
new :
structureType : SupportedDataStructures *
name : string -> RelationalStructureParameters
- structureType
- Type: Dundas.BI.Data.MetadataSupportedDataStructures
Structure type. - name
- Type: SystemString
Structure name.
See Also