DictionaryForumContacts

   English
Terms for subject Microsoft containing derived | all forms | exact matches only
EnglishRussian
derived classпроизводный класс (In object-oriented programming, a class created from another class, called the base class. A derived class inherits all the features of its base class. It can then add data elements and routines, redefine routines from the base class, and restrict access to base-class features)
derived columnпроизводный столбец (A transformation that creates new column values by applying expressions to transformation input columns)
derived depreciation bookкнига производной амортизации (A specific book used to copy transactions entered for a value model to the specific depreciation book. Can be used when assets are acquired so that the acquisition transaction needs to be entered only once instead of for each value model and depreciation book)
derived depreciation bookжурнал производной амортизации
derived elementпроизводный элемент (An element, such as an attribute or association, that can be calculated or derived from other information. For example, an age attribute for the class Person can be derived if you know the Person's date of birth)
derived keyпроизводный ключ (A cryptographic key created by a call to CryptDeriveKey. A derived key can be created from a password, or any other user data. Derived keys allow applications to create session keys as needed, eliminating the need to store a particular key)
derived parent childдочерний элемент производного родителя (SQL Server 2012 Rori)
derived productionпроизводное производство (A subproduction order that is created based on the main production order)
derived tableпроизводная таблица (A table that assumes a child role when it participates in an inheritance relationship with another table)
type that is more derivedподтип (Alex_Odeychuk)
type that is more derivedпроизводный тип (The type parameter is covariant. That is, you can use either the type specified or any type that is more derived. – Параметр типа является ковариантным, т.е. допускается использовать заданный тип или любой тип, производный от него. Alex_Odeychuk)