DictionaryForumContacts

   Russian
Terms for subject Microsoft containing типы данных | all forms | in specified order only
RussianEnglish
логический тип данныхBoolean data type (A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers)
неверный тип INF-файла для данной операцииspecified INF is the wrong type for this operation (ssn)
обобщённый тип данных на основе типажейtrait-based generic (Alex_Odeychuk)
определяемый пользователем тип данных CLRCLR user-defined type (A user-defined data type created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Framework common language runtime (CLR))
побитово некопируемый тип данныхnon-blittable data type (microsoft.com Alex_Odeychuk)
пользовательский тип данных CLRCLR user-defined type
простой тип данныхelementary data type (A simple data type, such as Boolean, Long, or Decimal)
работать со всеми типами данныхwork across all types (It's a generic class, so a single implementation works across all types. Alex_Odeychuk)
сгенерированный компилятором тип данныхcompiler-generated type (Alex_Odeychuk)
скалярный тип данныхscalar data type
смещение в типах данных переменной длиныoffset in variable length data types (.NET Framework 4.5 ssn)
составной тип данныхcomposite data type (ssn)
составные типы данныхcomposite data type (A data type where the sum of the members is larger than all individual members taken together, such as a structure or an array)
строковый тип данныхString data type
тип вводимых данныхinput scope (The type of handwritten or voice-dictated value being entered in an input control on the TabletPC, for example, Number, Date or Currency. This allows for better and faster recognition by the TabletPC recognizer)
тип данных doubleDouble data type (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0)
тип данныхdata type (A property of a field that defines the kinds of data the field can store)
тип данныхLong data type
тип данных гиперссылкиHyperlink data type (ssn)
тип данных "да / нет"Yes/No data type (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed)
тип данных "длинное целое"Long data type (A fundamental data type that holds large integers. A Long variable is stored as a 32-bit number ranging in value from -2,147,483,648 to 2,147,483,647)
тип данных для полейfield data types
тип данных "курсор"cursor data type (ssn)
тип данных объектаObject data type (A fundamental data type representing any object that can be recognized by Visual Basic. Although you can declare any object variable as type Object, it is best to declare object variables according to their specific types)
тип данных объекта OLEOLE Object data type (ssn)
тип данных, ориентированный на повышение производительностиperformance-focused type (microsoft.com Alex_Odeychuk)
тип данных binary переменной длиныvariable-length binary data type (SQL Server 2008 ssn)
тип данных char переменной длиныvariable-length char data type (SQL Server 2008 ssn)
тип данных поляfield data types (A characteristic of a field that determines what kind of data it can store. For example, a field whose data type is Text can store data consisting of either text or number characters, but a Number field can only store numerical data)
тип данных поляfield data type (ssn)
тип источника данных ссылокtype of reference data source (SQL Server 2012 ssn)
тип перечислимых данныхenumerated data type