Public Member Functions | |
| HRESULT | Column ([in] IDSSColumn *pColumn) |
| A physical column that could replace this virtual column. | |
| HRESULT | Column ([out, retval] IDSSColumn ppColumn) |
| A physical column that could replace this virtual column. | |
| HRESULT | Index ([in] Int32 Index) |
| The position of the column in the datamart. | |
| HRESULT | Index ([out, retval] Int32 *pIndex) |
| The position of the column in the datamart. | |
| HRESULT | IsPattern ([in] VARIANT_BOOL IsPattern) |
| Whether the Name property contains a pattern. | |
| HRESULT | IsPattern ([out, retval] VARIANT_BOOL *pIsPattern) |
| Whether the Name property contains a pattern. | |
| HRESULT | Name ([in] BSTR Name) |
| The name of the virtual column. | |
| HRESULT | Name ([out, retval] BSTR *pName) |
| The name of the virtual column. | |
| HRESULT | Type ([in] EnumDSSDatamartColumnType Type) |
| The type of this datamart column. | |
| HRESULT | Type ([out, retval] EnumDSSDatamartColumnType *pType) |
| The type of this datamart column. | |
|
|
A physical column that could replace this virtual column. Column is an object property. If this datamart column should be written as a single physical column then this object should be used to determine the data type of the physical column.
|
|
|
A physical column that could replace this virtual column. Column is an object property. If this datamart column should be written as a single physical column then this object should be used to determine the data type of the physical column.
|
|
|
The position of the column in the datamart. Index is a numeric property. It records the position of this column within the collection of columns maintained by the DSS Datamart object that it comes from. The columns are numbered from one, so this number is always larger than or equal to one.
|
|
|
The position of the column in the datamart. Index is a numeric property. It records the position of this column within the collection of columns maintained by the DSS Datamart object that it comes from. The columns are numbered from one, so this number is always larger than or equal to one.
|
|
|
Whether the Name property contains a pattern.
|
|
|
Whether the Name property contains a pattern. IsPattern is a Boolean property. It records whether or not the NameString property should be interpreted as a simple string or if it contains patterns that should be substituted at the time that the datamart is generated.
|
|
|
The name of the virtual column. Name is a text property. It returns the name of the datamart column. If the datamart column corresponds to one physical column then this property is the name of the physical column. If the datamart column refers to several physical columns then this property records a pattern used to name the columns.
|
|
|
The name of the virtual column. Name is a text property. It returns the name of the datamart column. If the datamart column corresponds to one physical column then this property is the name of the physical column. If the datamart column refers to several physical columns then this property records a pattern used to name the columns.
|
|
|
The type of this datamart column. Type is an enumeration property. It specifies the type of the column.
|
|
|
The type of this datamart column. Type is an enumeration property. It specifies the type of the column.
|