DataStructure Constructor (SupportedDataStructures, String) |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxprotected DataStructure(
SupportedDataStructures structureType,
string name
)
Protected Sub New (
structureType As SupportedDataStructures,
name As String
)
protected:
DataStructure(
SupportedDataStructures structureType,
String^ name
)
new :
structureType : SupportedDataStructures *
name : string -> DataStructureParameters
- structureType
- Type: Dundas.BI.Data.MetadataSupportedDataStructures
The type of the structure. - name
- Type: SystemString
Data structure name.
Exceptions
See Also