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