Перевод: с английского на арабский

с арабского на английский

data+type

  • 81 Text

    "A field data type that can contain up to 255 characters or the number of characters specified by the Fieldsize property, whichever is less."

    English-Arabic terms dictionary > Text

  • 82 smallint

    "A data type of 2 bytes (16 bits) that stores whole numbers in the range of -2^15 (-32,768) through 2^15 - 1 (32,767)."

    English-Arabic terms dictionary > smallint

  • 83 real

    "An approximate numeric data type with seven-digit precision. It can hold positive values from approximately 1.18E - 38 through 3.40E + 38, negative values from approximately -1.18E - 38 through -3.40E + 38, or zero."

    English-Arabic terms dictionary > real

  • 84 nvarchar

    "The variable-length data type with a maximum of 4,000 Unicode characters."

    English-Arabic terms dictionary > nvarchar

  • 85 datetime

    A data type used to hold date and time information.

    English-Arabic terms dictionary > datetime

  • 86 Memo

    "A field data type that can contain up to 65,535 characters."

    English-Arabic terms dictionary > Memo

  • 87 nchar

    "The fixed-length data type with a maximum of 4,000 Unicode characters."

    English-Arabic terms dictionary > nchar

  • 88 ntext

    "A variable-length data type that can hold a maximum of 2^30 - 1 (1,073,741,823) characters."

    English-Arabic terms dictionary > ntext

  • 89 database object

    "A database component (for example, a table, index, trigger, view, key, constraint, default, rule, user-defined data type, or stored procedure in a database)."

    English-Arabic terms dictionary > database object

  • 90 classifier

    "A superclass that includes class, data type, and interface subclasses. Because all classifier subclasses share the same syntax, they are all represented by the same rectangle model element."
    المُصنف

    English-Arabic terms dictionary > classifier

  • 91 metric

    "A single value that an assessment collects. Metrics can be defined by data type, unit, name, description, and other metadata."

    English-Arabic terms dictionary > metric

  • 92 abstract

    I
    [΄æbstrækt] n համառոտ շա րադրանք, ամփոփում. փիլ. վերացական հասկա ցություն. abstracts սեղմագիր. in the abstract վերա ցակա նորեն. papers and abstracts գիտական հոդվածներ և սեղմաճառեր
    II
    [΄æbstrækt] a վերացական. abstract art վե րա ցական արվեստ. abstract service շարադ րողա կան/ամփոփագրային ծառայություն. հմկրգ. abstract alphabet վ ե րա ցա կան այբուբեն. abstract class վերացական դաս. abstract code վերացական կոդ. abstract data type տվյալների վերացական տիպ
    [æb΄strækt] v հանել, առանձ նացնել. փիլ. վերացականորեն դիտել, աբստրա հել. ամփոփել. abstract a book գիրքն ամ փոփել. abstract metal from ore հանքից մետաղ ստանալ

    English-Armenian dictionary > abstract

  • 93 adaptive compression

    "Data compression software that continually analyzes and compensates its algorithm, depending on the type and content of the data and the storage medium."

    English-Arabic terms dictionary > adaptive compression

  • 94 read-optimized

    "Type of form that is not editable, so viewers can quickly see data, but not modify it."
    محسّن للقراءة

    English-Arabic terms dictionary > read-optimized

  • 95 ar-sa مكعب

    A known data source specific to a target type that provides data to a collector type.

    English-Arabic terms dictionary > ar-sa مكعب

  • 96 .NET Connectivity Assembly

    "A.NET assembly that implements connectivity operations such as custom data access, aggregation, and data transformations. Each class in this assembly typically maps to an external content type and each operation supported by the external content type maps to a method inside the class."
    .NET Connectivity Assembly

    English-Arabic terms dictionary > .NET Connectivity Assembly

  • 97 MIME

    A common method for transmitting non-text data through Internet e-mail. MIME encodes non-text data as ASCII text and then decodes it back to its original format at the receiving end. A MIME header is added to the file which includes the type of data contained and the encoding method used.

    English-Arabic terms dictionary > MIME

  • 98 Multipurpose Internet Mail Extensions

    A common method for transmitting non-text data through Internet e-mail. MIME encodes non-text data as ASCII text and then decodes it back to its original format at the receiving end. A MIME header is added to the file which includes the type of data contained and the encoding method used.

    English-Arabic terms dictionary > Multipurpose Internet Mail Extensions

  • 99 ADO.NET

    "The suite of data access technologies included in the.NET Framework class libraries that provide access to relational data and XML. ADO.NET consists of classes that make up the DataSet (such as tables, rows, columns, relations, and so on),.NET Framework data providers, and custom type definitions (such as SqlTypes for SQL Server)."
    ADO.NET

    English-Arabic terms dictionary > ADO.NET

  • 100 catalog

    "A directory of information about data sets, files, or a database. It usually describes where a data set, file or database entity is located and may also include other information, such as the type of device on which each data set or file is stored."

    English-Arabic terms dictionary > catalog

См. также в других словарях:

  • Data type — For other uses, see Data type (disambiguation). In computer programming, a data type is a classification identifying one of various types of data, such as floating point, integer, or Boolean, that determines the possible values for that type; the …   Wikipedia

  • data type — duomenų tipas statusas T sritis automatika atitikmenys: angl. data type vok. Datenart, f; Daten Bauart, f; Datentyp, m rus. тип данных, m pranc. type de données, m …   Automatikos terminų žodynas

  • data type — duomenų tipas statusas T sritis informatika apibrėžtis Programavimo kalbose – aibė duomenų reikšmių, turinčių bendrų savybių: su jomis atliekamos tos pačios operacijos. Programavimo kalbų raidos pradžioje pagrindinė duomenų tipo paskirtis buvo… …   Enciklopedinis kompiuterijos žodynas

  • data type — type of information which may be entered into a field (Computers) …   English contemporary dictionary

  • Data type (disambiguation) — Datatype may refer to: Data type in programming languages Amiga Datatype, the AmigaOS automatic system of recognizing data files See also: Category:Statistical data types This disambiguation page lists articles associated with the same title. If… …   Wikipedia

  • data type — noun a classification or category of various types of data, that states the possible values that can be taken, how they are stored, and what range of operations are allowed on them …   Wiktionary

  • data type — …   Useful english dictionary

  • Algebraic data type — In computer programming, particularly functional programming and type theory, an algebraic data type (sometimes also called a variant type[1]) is a datatype each of whose values is data from other datatypes wrapped in one of the constructors of… …   Wikipedia

  • Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the …   Wikipedia

  • Opaque data type — In computer science, an opaque data type is a user defined data type used like built in data type. It is incompletely defined in an interface, so that ordinary client programs can only manipulate data of that type by calling procedures that have… …   Wikipedia

  • Composite data type — In computer science, a composite data type is any data type which can be constructed in a program using its programming language s primitive data types and other composite types. The act of constructing a composite type is known as composition.… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»