DictionaryForumContacts

   Arabic
Terms for subject Microsoft containing نوع | all forms | exact matches only
ArabicEnglish
تحويل إلى نوع القيمةunboxing (The conversion of an object instance to a value type)
تشفير من نوع 40 بت40-bit encryption (A low level of encryption that uses a 40-bit key to scramble the contents of a file or data packet to make the data unreadable without the decryption key)
تشفير من نوع 128 بت128-bit encryption (A high level of encryption that uses a 128-bit key to scramble the contents of a file or data packet to make the data unreadable without the decryption key)
تعاون نوع المحتويات الخارجيةExternal Content Type Collaboration (A feature that turns on the Collaborate On functionality for a site collection)
تعريف نوع عامgeneric type definition (The definition of a generic type, in which type parameters act as placeholders for types that the user supplies when creating instances to use. These instances are not instances of the generic type definition, but of the constructed type formed by specifying type arguments)
جهاز من نوع التخزين المحسنEnhanced Storage device (A storage device that provides storage function and authentication. Such devices are usually small form-factor devices such as USB thumb drives)
رمز نوع التعربفidentifier type character (" A character that that forces a literal to assume a data type other than the one its form indicates. You do this by appending the character to the end of the literal. For example, "%" forces the Integer data type of the literal "L" in the following declaration: Dim L%.")
قالب نوع المحتوي الأصليparent content type template (A type of content that exists prior to the association with an actual Windows SharePoint Services list. This distinction is made since items cannot use a type until it is associated with a WSS list)
مخطط من نوع شريط دائرةbar of pie chart (A pie chart with user-defined values extracted and combined into a stacked bar)
مصدر بيانات نوع المحتويات الخارجيةExternal Content Type data source (A type of data source used to connect to an external data source)
مصمم نوع المحتويات الخارجيةExternal Content Type Designer (A modeling tool in SharePoint Designer that enables users to create external content types, external lists and forms without writing code)
معلمة نوع عامgeneric type parameter (In a generic type definition, a placeholder for a type that the user specifies (generic type argument) when creating instances of a generic type or when calling a generic method)
منتقي نوع المحتويات الخارجيةExternal Content Type Picker (​A BCS feature that allows users of a composite solution to select an external content type from within an Office client application)
نظام نوع شائعcommon type system (The specification that determines how the common language runtime defines, uses, and manages types)
نوع استعلاميqueryable type (The type of the query variable in a LINQ query. The type of the variable that represents the data source is also a queryable type. A queryable type can be implicitly or explicitly typed, but in either case it must be a generic IEnumerable or IQueryable type)
نوع الأجهزةhardware type (A classification for similar devices. For example, Imaging Device is a hardware type for digital cameras and scanners)
نوع الاتصالconnection type (The type of Web Part connection. For example, the Provide Row To connection type passes a row of data from one Web Part to another Web Part)
نوع الاختبارtest type (A set of functionality and/or a template to help expose parts of the underlying test framework)
نوع الارتباطlink type (The type of task dependency. The four dependency types are Finish-to-start [FS], Finish-to-finish [FF], Start-to-start [SS], and Start-to-finish [SF])
نوع الاستخدامusage type (In Exchange Server 2007, the type of connector that is determined by the intended use of the connector. The usage type determines the default settings for the connector. This includes the SIDs that are authenticated, the permissions that are assigned to those SIDs, and the authentication mechanism)
نوع الاستدلال المحليlocal type inference (A process in which the compiler infers the type of a local variable that is declared with the var keyword in C or without an As clause in Visual Basic. The compiler infers the type of the variable from the type of the initializer expression)
نوع البعد المالي المحدد من قِبل المستخدمuser-defined financial dimension type (A financial dimension mapped to a user-defined list of values)
نوع البعد المالي المحدد من قِبل النظامsystem-defined financial dimension type (A financial dimension mapped to a table or view in the database that represents an entity type and whose values are in the domain of one attribute of that entity type)
نوع البناءbuild type (A template used to manage the conditions under which a single solution or a set of solutions will be built)
نوع البياناتdata type (A property of a field that defines the kinds of data the field can store)
نوع البيانات الحرفchar data type (A character data type that holds a maximum of 8,000 characters)
نوع البيانات كائن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)
نوع التقريرreport type (A category of reports that all contain similar information)
نوع الإجراءaction type (A classification that describes what an action does)
نوع الحقلfield type (The name that identifies the action or effect the field has in the document. Examples of field types are AUTHOR, COMMENTS, and DATE)
نوع الإدخالentry type (The kind of tool used to store Account History, Business Contact History or Opportunity (for example, an e-mail message, note, task, or appointment). The type of utility used to store an entry)
نوع الدورrole-type (A predefined role definition)
نوع السجلrecord type (The representation of all the instances of a particular record. When changes are made to a record type, those changes will affect all individual records of that type)
نوع الإطارframe type (The way in which a network type, such as Ethernet, formats data to be sent over a network. When multiple frame types are allowed for a particular network type, the packets are structured differently and are, therefore, incompatible. All computers on a network must use the same frame type to communicate)
نوع العرضview type (The basic structure of a view. When you create a view, you must first select one of five view types (table, timeline, day/week/month, card, or icon) to determine how information will be arranged and formatted in your new view)
نوع العملbusiness type (The kind of business organization or sector (such as a public company, a partnership, a private corporation, and so on))
نوع العنصرitem type (The data definition for a class of items stored in a Web application. An item type consists of its name and references to the default set of fields (properties) associated with items of that class)
نوع القيمةvalue type (A data type that is represented by the type's actual value. If a value type is assigned to a variable, that variable is given a fresh copy of the value. (This is in contrast to a reference type, where assignment does not create a copy) Value types are usually created on a method's stack frame, rather than in the garbage-collected heap. A value type can be boxed, which is a process that creates a corresponding reference type)
نوع الكائناتobject type (An opaque data structure that defines a protected entity that is implemented and manipulated by the operating system. For example, the system service that reads a file operates on an open file object)
نوع المحتوىcontent type (A group of reusable settings that describes the shared attributes and behaviors of a list item, a document, or a folder)
نوع المرجعreference type (" A data type that is represented by a reference (similar to a pointer) to the type's actual value. If a reference type is assigned to a variable, that variable references (or "points to") the original value. No copy is made. Reference types comprise classes, interfaces, delegates, and boxed value types. ")
نوع المشروعproject type (A classification that determines how a project is posted to the ledger. Project type identifies an external project as fixed price or time and materials and an internal project as cost, investment, or time)
نوع الملفfile type (The format of a file, commonly indicated by its file name extension. The file type indicates which program the file was created in and can be opened with)
نوع المهمةtask type (A characterization of a task based on which aspect of the task is fixed and which aspects are variable. There are three task types: Fixed Units, Fixed Work, and Fixed Duration. The default task type in Project is Fixed Units)
نوع الموظفemployee type (A category of employees for which a specific compensation plan is designed, such as Executive, Salaried, or Hourly)
نوع الوظيفةjob type (A classification of jobs based on the sequence in which they occur, from the time a job enters the work center to the time it leaves the work center)
نوع بسيطsimple type (An element that can only contain text and appears as in an XML document, or any attribute of an element. Attributes are considered simple types because they contain only text)
نوع بيانات uniqueidentifieruniqueidentifier data type (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID))
نوع بيانات اصطناعيartifact type (A type of data that a tool exposes publicly so that other tools can refer to it. Each artifact must have an artifact type. Each artifact must be identified by a unique and immutable artifact identifier)
نوع بيانات الأعداد الصحيحةInteger data type (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767)
نوع بيانات الحقلfield data type (A property of a field that defines the kinds of data the field can store)
نوع بيانات المتغيرVariant data type (The default data type for variables that don't have type-declaration characters when a Deftype statement isn't in effect. A Variant can store numeric, string, date/time, Null, or Empty data)
نوع بيانات المؤشرcursor data type (A special data type used to reference a cursor)
نوع بيانات تم تعدادهاenumerated data type (A data type consisting of a sequence of named values given in a particular order)
نوع بيانات طويلة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)
نوع بيانات عدد صحيح PIC S9^4 COMPPIC S9 COMP Integer (A 16-bit COBOL data type that represents signed arithmetic operations occupying 2 bytes of storage, and can take on values from -9999 to +9999 or -32768 to +32767. A PIC S9 COMP integer is normally analogous to an Integer data type in Microsoft© Visual Basic© and a Short Integer in C when referring to 32-bit)
نوع بيانات عدد صحيح PIC S99 COMPPIC S99 COMP Integer (A 32-bit COBOL data type that represents a 4 byte signed arithmetic operation, and can take on values from -999999999 to +999999999 or -2147483648 to +2147483647, depending on compiler options. A PIC S9(9) COMP Integer is similar to a Long Integer in C)
نوع بيانات كائن OLEOLE Object data type (A field data type that you use for objects created in other applications that can be linked or embedded (inserted) in an Access database)
نوع بيانات مزدوجDouble 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)
نوع بيانات منطقي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)
نوع بيانات نعم/لا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)
نوع بيانات واحدSingle data type (A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values)
نوع تشفير المفتاح المماثلsymmetric-key cryptography (A type of cryptography that uses symmetric keys to provide confidentiality)
نوع ذو معلماتparameterized type (A type whose definition has placeholders for actual types that the user specifies when creating and using instances of the type. C++ templates and common language runtime generics are examples of parameterized types)
نوع رسالة الحالةstatus message type (The nature of the status message, such as audit, detail, or milestone)
نوع رسمdrawing type (A Visio file (template) with a .vst extension that opens with the stencils, styles, and settings you need to create a particular type of drawing)
نوع سعر الصرفexchange rate type (A classification that groups exchange rates)
نوع سير العملworkflow type (A set of metadata and event handlers in the Application Object Tree (AOT) that defines a workflow design template)
نوع عامgeneric type (A class, interface, or structure whose definition has placeholders, called generic type parameters, for one or more types that are used in its member definitions. A user specifies real types (generic type arguments) for the type parameters when creating an instance of a generic type)
نوع عام مغلقclosed generic type (A constructed generic type that has no unspecified generic type parameters, either of its own or of any enclosing types or methods. Closed generic types can be instantiated)
نوع عام مفتوحopen generic type (A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated)
نوع عام مُنشئconstructed generic type (A generic type whose generic type parameters have been specified. A constructed type or method can be an open generic type if some of its type arguments are type parameters of enclosing types or methods, or a closed generic type if all of its type arguments are real types)
نوع عنصر العملwork item type (A named definition associated with a project in a Team Foundation Server. Types are composed of fields, a form and work flow. They are defined using XML. Definitions are portable between Team Foundation Servers)
نوع غير مرتبطunbound type (A type that is referenced in a project and that IntelliSense and the C compiler cannot match to a declaration)
نوع متداخلnested type (A type defined within the scope of another type. A nested type is typically used for encapsulating implementation details of the top-level type)
نوع مجهولanonymous type (A class type whose name is generated by the compiler and that inherits directly from Object. Members of an anonymous type are properties that are inferred from the object initializer that creates instances of the type)
نوع محتويات خارجيةexternal content type (An object (such as a customer, item, or employee) that shares a set of defined attributes or characteristics, and that is used to manage rules for data)
نوع مشتركblittable type (A data type that has a unique characteristic and an identical presentation in memory for both managed and unmanaged environments. It can be directly shared)
نوع معرف من قبل المستخدمuser-defined type (A base data type that is explicitly defined by using the pre-compiler typedef directive)
نوع معقدcomplex type (An element that can contain other elements or attributes and appears as in an XML document)
نوع معقدcomplex type (An element that can contain other elements or attributes and appears as
نوع ملف مسجَّلregistered file type (File types that are tracked by the system registry and are recognized by the programs you have installed on your computer)
نوع يقبل بيانات فارغةnullable type (In C, an instance of the System.Nullable struct that can represent the normal range of values for its underlying value type, plus an additional null value)
وسيطة نوع عامgeneric type argument (The type that the user specifies when creating instances of a generic type or when calling a generic method)