Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This complex type represents a nested table column in the MiningStructure. TableMiningStructureColumn extends MiningStructureColumn.
-
<xsd:complexType name="TableMiningStructureColumn"> <xsd:all> <xsd:element name="ForeignKeyColumns" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="ForeignKeyColumn" type="DataItem" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="SourceMeasureGroup" type="MeasureGroupBinding" minOccurs="0" /> <xsd:element name="Columns" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Column" type="MiningStructureColumn" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Translations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Translation" type="Translation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> </xsd:complexType>
|
Element |
Read-Only |
Default value |
Description |
|---|---|---|---|
|
ForeignKeyColumns |
|
Empty |
A collection of DataItem objects that binds to foreign keys for this column. The Source element within the DataItem MUST be of type ColumnBinding. |
|
SourceMeasureGroup |
|
Empty |
An optional binding to a MeasureGroup if DataSourceID for MiningStructure is OLAP. |
|
Columns |
|
Empty |
A collection of bindings to MiningStructureColumns. MiningStructureColumns can be nested within each other, but it is only recursive to one level. That is, a set of scalar columns can be specified here, but included columns cannot have included columns nested within them. |
|
Translations |
|
Empty |
A collection of Translation objects. |