DictionaryForumContacts

   English
Terms for subject Microsoft containing data types | all forms | in specified order only
EnglishRussian
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)
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)
composite data typeсоставной тип данных (ssn)
cursor data typeтип данных "курсор" (ssn)
data supplied is of wrong typeполучены данные неверного типа (ssn)
data typeтип данных (A property of a field that defines the kinds of data the field can store)
Double data typeтип данных double (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)
elementary data typeпростой тип данных (A simple data type, such as Boolean, Long, or Decimal)
enumerated data typeтип перечислимых данных
External Content Type data sourceисточник данных для внешнего типа контента (A type of data source used to connect to an external data source)
field data typeтип данных поля (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 typesтип данных для полей
Hyperlink data typeтип данных гиперссылки (ssn)
Integer data typeданные целого типа
literals of the native data typeконстанты собственного типа данных (.NET Framework 4.5 ssn)
Long data typeтип данных
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)
Long data typeслужащий для хранения больших объёмов данных
non-blittable data typeпобитово некопируемый тип данных (microsoft.com Alex_Odeychuk)
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)
offset in variable length data typesсмещение в типах данных переменной длины (.NET Framework 4.5 ssn)
OLE Object data typeтип данных объекта OLE (ssn)
scalar data typeскалярный тип данных
single element array containing the string name of the native data typeодноэлементный массив, содержащий строку с именем собственного типа данных (Visual Studio 2013 ssn)
size of variable length data typesразмер типов данных переменной длины (.NET Framework 4.5 ssn)
String data typeстроковый тип данных
string name of the native data typeстрока с именем собственного типа данных (Visual Studio 2013 ssn)
type of reference data sourceтип источника данных ссылок (SQL Server 2012 ssn)
variable-length binary data typeтип данных binary переменной длины (SQL Server 2008 ssn)
variable-length char data typeтип данных char переменной длины (SQL Server 2008 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)