RelationalColumn Constructor |
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 RelationalColumn(
IDataElementStructure parent,
string uniqueName,
DataType dataType
)
Public Sub New (
parent As IDataElementStructure,
uniqueName As String,
dataType As DataType
)
public:
RelationalColumn(
IDataElementStructure^ parent,
String^ uniqueName,
DataType dataType
)
new :
parent : IDataElementStructure *
uniqueName : string *
dataType : DataType -> RelationalColumnParameters
- parent
- Type: Dundas.BI.Data.MetadataIDataElementStructure
The parent structure. - uniqueName
- Type: SystemString
The column name. - dataType
- Type: Dundas.BI.Data.MetadataDataType
The column data type.
Exceptions
RemarksUse for parent when the column is not attached to a specific entity.
See Also