[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.FactFinanceP.DimAccountId / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String DimAccountId{ get => IP.GetPV<String>(FactFinanceP.DimAccountId); set => IP.SetPV(FactFinanceP.DimAccountId, value); } public AddDimAccountId(String dimAccountId) => IP.AddPV(FactFinanceP.DimAccountId, dimAccountId); public String? GetDimAccountId() => TryGetDimAccountId(out var retval) ? retval : null; public String GetDimAccountId(String defaultValue) => TryGetDimAccountId(out var retval) ? retval : defaultValue; public bool TryGetDimAccountId(out String dimAccountId) => IP.TryGetPV(FactFinanceP.DimAccountId, out dimAccountId); |
| Cardinality | HistoryOnly |
| Description | Called 'AccountKey' in original sample database |
| EnumMember | DimAccountId |
| EnumType | FactFinanceP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-10-30 17:55:42.202 UTC