| name | value |
|---|---|
| name | dbo_FactCurrencyRate |
| data source view | Adventure Works DW |
| case sensitive | False |
| display expression | |
| friendly name | FactCurrencyRate |
| db schema name | |
| db table name | FactCurrencyRate |
| type | View |
| name | nulls | caption | data type | ordinal | unique | auto increment | auto increment seed | auto increment step | datetime mode | max length | is logical | db column name | computed column expression |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CurrencyKey | False | CurrencyKey | Int32 | 0 | True | CurrencyKey | |||||||
| TimeKey | True | TimeKey | Int32 | 1 | False | TimeKey | |||||||
| AverageRate | True | AverageRate | Double | 2 | False | AverageRate | |||||||
| EndOfDayRate | True | EndOfDayRate | Double | 3 | False | EndOfDayRate |
| parent column | child column | relation name | nested |
|---|---|---|---|
| dbo_DimCurrency. | dbo_FactCurrencyRate. | FK_FactCurrencyRate_DimCurrency | False |
| dbo_DimTime. | dbo_FactCurrencyRate. | FK_FactCurrencyRate_DimTime | False |
| DimDestinationCurrency. | dbo_FactCurrencyRate. | FactCurrencyRate-DimDestinationCurrency | False |
| name | object type | level |
|---|---|---|
| Adventure Works DW | DataSourceView | 1 |