单词 | user defined |
释义 | 例句释义: 使用者定义,用户定义的,自定义,用户自定义,用户设定,用户自定义的 1. A user- defined function is said to be precise if it does not involve any floating point operations . 如果用户定义函数不涉及任何浮点操作,就称其为精确函数。 www.bing.com 2. The compiler will also verify that this method is called from user defined constructors and report a warning or error it is not. 方法。编译器还将验证方法是否是从用户定义的构造函数调用的,如果不是,则报告一个警告或错误。 msdn2.microsoft.com 3. Is the name of a user- defined variable containing a transaction name used to track the distributed transaction within MS DTC utilities . 用户定义的一个变量名,它含有一个事务名,该事务名用于跟踪MSDTC实用工具中的分布式事务。 www.bing.com 4. This user access key is nothing but a hash of a user-defined password (either login password or another password specific to EFS). 用户访问密钥只是用户定义的密码(登录密码或EFS专用的另一个密码)的散列。 www.ibm.com 5. If you want users to be able to programmatically distinguish between some error conditions, you can create your own user-defined exceptions. 如果希望用户能以编程方式区分一些错误条件,您可以创建自己的用户定义的异常。。 msdn2.microsoft.com 6. User-defined integrity lets you define specific business rules that do not fall into one of the other integrity categories. 用户定义完整性使您可以定义不属于其他任何完整性类别的特定业务规则。 msdn2.microsoft.com 7. Keyword to overload a built-in operator or to provide a user-defined conversion in a class or struct declaration. 关键字用于在类或结构声明中声明运算符。运算符声明可以采用下列四种形式之一 msdn2.microsoft.com 8. A solution is to call a user-defined function that uses XML methods inside of it. 另一种解决方案是调用用户定义函数,然后在其内部使用XML方法。 msdn2.microsoft.com 9. You can delete a user-defined database when it is no longer required, or if it is moved to another database or server. 当不再需要用户定义的数据库,或者已将其移到其他数据库或服务器上时,即可删除该数据库。 msdn2.microsoft.com 10. This section provides the information necessary to understand, design, and implement user-defined functions. 本主题提供理解、设计和实现用户定义函数所必需的信息。 msdn2.microsoft.com 1. Is the name of the schema to which the user- defined aggregate function belongs . 用户定义聚合函数所属的架构的名称。 www.bing.com 2. It is possible to extend the schema with user-defined entity types, but that topic is beyond the scope of this article. 可以使用用户定义的实体类型扩展该模式,但该主题已超出了本文的讨论范围。 www.ibm.com 3. Some of these properties can take only one user-defined value, but others can take a semicolon-delimited list of multiple values. 其中一些属性只能采用一个使用者定义的值,但其他属性可以采用含多个值的分号分隔清单。 technet.microsoft.com 4. Is the name of the schema to which the alias data type or user-defined type belongs. 别名数据类型或用户定义类型所属架构的名称。 technet.microsoft.com 5. We do not recommend that you name a user-defined stored procedure with the same name as a system stored procedure. 建议不要使用与系统存储过程相同的名称命名用户定义存储过程。 msdn2.microsoft.com 6. Plain XQuery does not allow you to call SQL user defined functions (UDFs) or external UDFs written in C or Java. 普通XQuery不允许您调用SQL用户定义的函数(UDF)或者用C语言或Java编写的外部UDF。 www.ibm.com 7. If the object is participating in a workflow , the user will not be able to grant user- defined access . 如果对象正在参与工作流,则用户将不能授予用户定义的访问权。 www.bing.com 8. A user-defined function was used to break up the string into individual elements when necessary. 用户定义的函数用于在必要时将字符串分入单个元素。 www.ibm.com 9. Is the name of the schema to which the user-defined function belongs. 用户定义函数所属的架构的名称。 technet.microsoft.com 10. Is the name of the schema to which the alias or user-defined type belongs. 别名或用户定义的类型所属的架构名。 msdn2.microsoft.com 1. A synonym cannot be the base object for another synonym, and a synonym cannot reference a user-defined aggregate function. 同义词不能是另一同义词的基对象,且同义词不能引用用户定义的聚合函数。 msdn2.microsoft.com 2. Is the name of the schema to which the CLR user-defined type belongs. CLR用户定义类型所属的架构的名称。 technet.microsoft.com 3. A default cannot be bound to a user-defined data type whose base data type is timestamp. 不能将默认值绑定到基本数据类型为时间戳的用户定义的数据类型。 www.dictall.com 4. (The examples in this article to this point have been user-defined simple types (see ProductCode)). (到目前为止本文中的例子都是用户定义的简单类型,比如ProductCode)。 www.ibm.com 5. A user-defined simple type will always restrict the contents of an element to a subset of the existing simple type it was derived from. 用户定义的简单类型始终将元素内容限制为导出该元素的现有简单类型的一个子集。 msdn2.microsoft.com 6. A rule cannot be bound to a user-defined data type whose base data type is image or text. 不能将规则绑定到基本数据类型为图像或文本的用户定义数据类型。 www.dictall.com 7. Are user-defined flags and should be used wherever the program is going to have architecture-specific code within Linux-specific code. 都是用户定义标记,当程序的特定于Linux的代码将要使用特定于体系结构的代码时都要使用它们。 www-128.ibm.com 8. Creates the complete set of automatically generated and user- defined row fields used to generate the control hierarchy . 创建用来生成控件层次结构的自动生成行字段和用户定义行字段的完整集合。 www.bing.com 9. Prior to this release, the declared temporary table (DGTT) was the only type of user-defined temporary table. 在此发行版之前,已声明的临时表(DGTT)是唯一的一种用户定义的临时表。 www.ibm.com 10. You can register a type in a CLR assembly as a user-defined aggregate function, as long as it implements the required aggregation contract. 可以将CLR程序集中的类型注册为用户定义的聚合函数,只要该类型实现了要求的聚合约定。 msdn2.microsoft.com 1. For example, it is not possible to call arithmetic operators in a C# generic class, although it is possible to call user defined operators. 例如,您无法在C#泛型类别中呼叫算术运算子,不过可以呼叫使用者定义的运算子。 207.46.16.252 2. The software allows you to customize pre-defined threshold-based events and lets you configure any number of user-defined events. 该软件允许您预定义门限事件,还可以设置任意数目的用户定义事件。 www.yeewe.com 3. Results can also be processed by the pureQuery engine into a collection of user-defined pureQuery beans. 还可以由pureQuery引擎将结果处理成用户定义pureQuerybean的一个集合。 www.ibm.com 4. User-Defined Integrity enforces some specific business rules that do not fall into entity, domain, or referential integrity categories. 用户定义的完整性强制执行一些具体的业务规则,不属于实体,域或参照完整性类别。 wenwen.soso.com 5. A user defined on an LDAP server can be configured to log in to an LDAP client even if that user is not defined locally. 可以对LDAP服务器中定义的用户进行配置,使其能够登录到LDAP客户端,即使该用户并没有在本地进行定义。 www.ibm.com 6. A function template is like an extension to a user-defined function. 函数模板就像是用户定义函数的一个扩展。 www-128.ibm.com 7. Indicates whether the return type of the user-defined type is of a fixed length. 指示用户定义类型的返回类型是否具有固定长度。 msdn2.microsoft.com 8. The name of this user-defined hierarchy is now Calendar Time. 此用户定义层次结构的名称现在为“日历时间”。 msdn2.microsoft.com 9. An expression with a CHAR data type may be a built-in or user-defined function , or one of the many other kinds of expressions available . 具有CHAR数据类型的表达式可以是内置函数或用户定义的函数,或其它多种可用表达式之一。 www.bing.com 10. The stored procedure enables you to invoke the previously designed mining flow dynamically with user-defined property settings. 这个存储过程使您能够用用户定义的属性设置来动态调用前面设计的挖掘流。 www.ibm.com 1. The user-defined filter can be loaded from a DSP or an external EPROM with a serial interface or from a DSP with a parallel interface. 用户自定义滤波器可从具有串行接口的DSP或外部EPROM或者具有并行接口的DSP载入。 ec.eepw.com.cn 2. The name of the method used to validate instances of the user-defined type. 方法的名称,该方法用于验证用户定义类型的实例。 msdn2.microsoft.com 3. Drops and re-creates the stored procedures and user-defined functions used for data access at the client. 删除并重新创建用于在客户端进行数据访问的存储过程和用户定义函数。 msdn2.microsoft.com 4. Any function, expression, or user-defined function is considered imprecise if it contains any float or real expressions. 如果任何函数、表达式或用户定义函数包含任何float或real表达式,则被认为是不精确的。 msdn2.microsoft.com 5. This supports the examination of a database or information space from a variety of user-defined perspectives in a single view. 该工具支持从一个简单视图中包含的各种用户定义透视图检查数据库或信息空间。 www.ibm.com 6. A UDT with a user-defined serialization format must implement the IBinarySerialize interface and provide a Read and a Write method. 具有用户定义序列化格式的UDT必须实现IBinarySerialize接口并且提供Read和Write方法。 msdn2.microsoft.com 7. An integrated drug delivery system allows sequential addition of up to two drugs at user-defined intervals. 集成的药物输送系统可连续除了最多两种药物在用户定义的时间间隔。 wenwen.soso.com 8. You are also able to specify data types for variables, input parameters, return values from functions, user-defined functions and templates. 你可以可以为变量指明数据类型,输入参数,来自函数的返回值,用户自定义函数以及模板。 www.infoq.com 9. Is the name of an existing table, view, user-defined function, or stored procedure in the current database. 当前数据库中现有表、视图、用户定义函数或存储过程的名称。 technet.microsoft.com 10. To access a package, a user must be a member of the user-defined role and the pertinent Integration Services fixed database-level role. 若要访问包,用户必须是用户定义的角色和相关的IntegrationServices固定数据库级角色的成员。 msdn2.microsoft.com 1. If an element only needs to be a subset of an existing built-in data type, then a user-defined simple type should be used. 如果元素只需要是某现有内置数据类型的一个子集,则应使用用户定义的简单类型。 msdn2.microsoft.com 2. Notice that the return value is no longer a primitive type but rather a collection of user-defined JavaBeans. 注意到返回值不再是原语类型,而是用户定义的JavaBean集。 www.ibm.com 3. If you do not assign user-defined roles to packages, access to packages is determined by the fixed database-level roles. 如果没有将用户定义的角色分配给包,则只有固定数据库级角色可以控制对包的访问。 msdn2.microsoft.com 4. The query output can be in user-defined formats, so you can implement the business logic easily without additional programming efforts. 查询输出可以采用用户定义的格式,这样不需要另外编程就能很容易地实现业务逻辑。 www.ibm.com 5. Select the user-defined variable that contains the name of a table or view in the database. 在数据库中选择包含表名称或视图名称的用户定义变量。 msdn2.microsoft.com 6. Additional protocol implementation can be added, such as querying and user defined options that might be unique to your own data. 此外,协议实现可以被添加,例如查询和对于您的数据可能是惟一的用户定义选项。 www.ibm.com 7. The user-defined parameters are exported, and thus can be referenced by any of the parts derived from the skeleton part. 使用者定义的参数已被汇出,因此任何从骨架零件导出的零件均可参考它。 kmol.cycu.org 8. As long as you call the user-defined function by using its fully qualified name, Analysis Services will use the correct procedure. 只要用完全限定名称调用用户定义函数,AnalysisServices就会使用正确的步骤。 msdn2.microsoft.com 9. For Transact-SQL user-defined functions, the system verifies the definition and prevents the definition of nondeterministic functions. 对于Transact-SQL用户定义的函数,系统将验证定义并防止定义非确定性函数。 technet.microsoft.com 10. Is the name of a user-defined variable containing a valid transaction name. 用户定义的、含有有效事务名称的变量的名称。 technet.microsoft.com 1. A column, variable, or parameter cannot be declared to be of a user-defined type that is defined in another database. 列、变量或参数不能声明为在其他数据库中定义的用户定义类型。 msdn2.microsoft.com 2. The name of a user-defined application domain property to create or change. 要创建或更改的用户定义应用程序域属性的名称。 msdn2.microsoft.com 3. This object can be a table, index, column, alias data type, or Microsoft. NET Framework common language runtime (CLR) user-defined type. 此对象可以是表、索引、列、别名数据类型或Microsoft.NETFramework公共语言运行时(CLR)用户定义类型。 msdn2.microsoft.com 4. Guided by user-defined rules, expert systems can analyze a given set of data with the same skill as a human expert. 根据用户定义法则指导,专家系统可以向人类专家那样用相同的技术分析一套给定的数据。 str.ausbio.com 5. Double-click the name of the user-defined function you want to open. 双击要打开的用户定义函数的名称。 msdn2.microsoft.com 6. The scope of local (user-defined) variables is limited to a batch, and cannot be referenced after a GO command. 局部(用户定义)变量的作用域限制在一个批处理中,不可在GO命令后引用。 msdn2.microsoft.com 7. Typical examples of modeling flat fading channels in MATLAB were simulated specifically by means of user-defined m-files. 另外重点通过自定义Matlab环境下的M文件对无线信道的典型例子,即平坦衰落信道进行了仿真。 www.ceps.com.tw 8. using a great looking interface, you can choose from over 26 world time zones to be shown on rotation at a user defined interval in seconds. 使用一个伟大展望界面,您可以选择超过26世界时区,以显示对旋转在一个用户定义的间隔秒。 xtdownload.com 9. The user-defined function needs to be wrapped into a SELECT statement to be used by Cognos. 用户定义函数需要打包到SELECT语句中,以供Gognos使用。 www.ibm.com 10. Presets allow all characteristics of the monitor to be saved to a user defined file. 预置允许将显示器的所有特性保存到一个用户定义文件中。 www.portrait.com 1. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result. 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。 www.dgmini.com 2. Creates a user-defined aggregate function whose implementation is defined in a class of an assembly in the Microsoft. NET Framework. 创建一个用户定义的聚合函数,其实现在Microsoft.NETFramework程序集的类中定义。 technet.microsoft.com 3. The user-defined function uses the CommandEventArgs argument to see which Command button was clicked. 用户定义的函数使用CommandEventArgs参数来查看单击了哪个Command按钮。 msdn2.microsoft.com 4. User-defined extensions are another way in which you can write code to run as a node within Message Broker. 用户定义扩展是在MessageBroker中编写作为节点运行的代码的另一种方法。 www.ibm.com 5. User-defined constraints are created from the available pool of settings for a given application, endpoint, zone, or logical server. 用户定义的约束是从给定的应用程序、终结点、区域或逻辑服务器的设置的可用池创建的。 msdn2.microsoft.com 6. For example, you can widen the Data Type column if it contains user-defined data type names that are too long to see in their entirety. 例如,如果“数据类型”列中包含用户定义的数据类型名称,该名称太长而无法看到其全部,则可加宽该列。 technet.microsoft.com 7. The IDL-to-Java mapping defines holder classes for all the IDL basic types as well as a specific format for user-defined types. IDL到Java的映射为所有的IDL基本类型定义了holder类,它同时也作为用户定义类型的标准格式。 www.ibm.com 8. At this point, I therefore introduce a user defined function (UDF). 这里,我引入了一个用户定义函数(UDF)。 www.ibm.com 9. User-defined alarm configurations can notify the system about motion, breaches, loitering, and abandoned objects. 用户定义的警报配置能提示系统监测运动目标,违规目标,徘徊目标和遗留物体。 www.21csp.com.cn 10. A software that replaces Operator Logo with user defined logo or any other suitable logo. 一个软件,代替定义标志或任何其他合适的标识用户运营商徽标。 www.opda.net.cn 1. Machine data sources store connection information in the registry, on a specific computer, with a user-defined name. 机器数据源使用用户定义的名称将连接信息存储在特定的计算机上的Windows注册表中。 office.microsoft.com 2. Any hierarchy other than the default two-level attribute hierarchy is called a user-defined hierarchy. 默认的二级属性层次结构除外的其他任何层次结构都称为用户定义层次结构。 msdn2.microsoft.com 3. User-defined routines use shared-object files that are external to the database server and that could potentially contain harmful code. 用户定义的例程可以使用数据库服务器之外的共享对象文件,这些文件中可能包含有害的代码。 www.ibm.com 4. User-defined constraints are simple value constraints in that the value on the item being constrained must be equal to the specified value. 用户定义的约束是简单值约束,原因是被约束项的值必须等于指定值。 msdn2.microsoft.com 5. You can configure the Workplace Forms Viewer through a set of user-defined preferences. 可以通过一组用户定义的参数来配置WorkplaceFormsViewer。 www.ibm.com 6. Define the user-defined type as a class or structure in a language supported by the Microsoft. NET Framework. 使用Microsoft.NETFramework支持的语言将用户定义类型定义为类或结构。 technet.microsoft.com 7. User Defined Specifies the name of a user-defined trust level. 指定用户定义的信任级别的名称。 msdn2.microsoft.com 8. A warning message now appears when a user-defined hierarchy is not defined as a natural hierarchy. 现在,用户定义的层次结构未定义为自然层次结构时,会显示警告消息。 msdn2.microsoft.com 9. The expression uses a single user-defined variable, varConfigString, which contains the name of the File connection manager to use. 表达式使用一个用户定义变量varConfigString,该变量包含要使用的文件连接管理器的名称。 msdn2.microsoft.com 10. A powerful search system allows you to search any or all entries, for a word, phrase or a user-defined category marker. 一个强大的搜索系统可让您搜寻的任何或所有参赛作品,一个字词,词组或一个用户定义的类标记。 xtdownload.com 1. By default, levels in a user-defined hierarchy have the same names as the attributes on which they are based. 默认情况下,层次结构中的级别与它们所基于的属性同名。 msdn2.microsoft.com 2. In such cases, it's usually a good idea to refactor the code out into a user-defined function, which the key-mapping can then call. 在这种情况下,通常最好将代码重构为一个用户定义的函数,键映射随后就可以调用该函数。 www.ibm.com 3. Troubleshoot and optimize programming objects. Objects include stored procedures, transactions, triggers, user-defined functions, and views. 优化规划对象和疑难解答。对象包括存储过程、事务处理、触发器、用户定义函数和视图。 www.bvtc.cn 4. In the next part of this series of articles, you will see more examples of user-defined data types. 在此系列文章的下一部分,您会学习更多的用户定义数据类型示例。 www.ibm.com 5. The existing simple type can be either one of the built-in types or a user-defined simple type already declared in your XML Schema. 现有简单类型既可以是内置类型之一,也可以是XML架构中已声明的用户定义的简单类型。 msdn2.microsoft.com 6. Activity Reports are written in PCF format, which now permits arbitrary user-defined parameters to be included in PCF messages. 活动报告是以PCF格式编写的,现在,任意用户定义参数都可以包含在PCF消息中。 www-128.ibm.com 7. Specifies the name of the table, view, user-defined function, or subquery for the associated data column. 指定表、视图、用户定义函数或关联数据列的子查询的名称。 office.microsoft.com 8. User-defined functions cannot be used to perform actions that modify the database state. 用户定义函数不能用于执行修改数据库状态的操作。 technet.microsoft.com 9. Base data types of a user-defined type are used to analyze partition compatibility. 用户定义的类型的基本数据类型用于分析分区兼容性。 www-128.ibm.com 10. In Server Explorer, expand the name of the stored procedure or user-defined function. 在“服务器资源管理器”中,展开存储过程或用户定义的函数的名称。 msdn2.microsoft.com 1. Levels in a user-defined hierarchy can be hidden under certain circumstances and appear unbalanced. 在某些情况下可以隐藏用户定义的层次结构中的级别并使其以非均衡的形式显示。 technet.microsoft.com 2. Extracts internal data from the report server database and copies it to a user-defined database that contains report execution log data. 从报表服务器数据库中提取内部数据,并将其复制到包含报表执行日志数据的用户定义的数据库中。 www.kuenglish.info 3. Target-controlled infusions (TCI) aim to provide constant, user-defined blood concentrations of a drug. 靶控输注(特克斯和凯科斯群岛)的目标是提供稳定,用户定义的血药浓度的药物。 www.syyxw.com 4. pureQuery uses a set of bean conventions and requirements to map database query results directly to the user-defined bean class. pureQuery使用一组bean约定和需求将数据库查询结果直接映射到用户定义的bean类。 www.ibm.com 5. MQTT messages also do not have the concept of user-defined header properties as JMS does. MQTT消息也没有JMS的那些用户自定义的报头属性的概念。 www.ibm.com 6. The Year, Quarter, and Month attributes are used to construct a user-defined hierarchy, named Calendar, in the time dimension. 用年份、季度和月份属性来构造时间维度中由用户定义的层次结构(即日历)。 msdn2.microsoft.com 7. Note that if the object is participating in a workflow, the user-defined access will not be available. 注意,如果对象正在参与工作流,用户定义的访问权将不可用。 www-128.ibm.com 8. User-defined folders include any folders created by a user or report server administrator with permission to add items to a folder. 用户定义文件夹包含由特定用户或报表服务器管理员创建的所有文件夹,这些用户或管理员需要具有向文件夹添加项的权限。 msdn2.microsoft.com 9. Expect to see few (if any) user defined classes fall into this category. 期望越少(如果有的话)的用户定义类落入此种境地。 www.ibm.com 10. Constraints support domain integrity, entity integrity, and referential integrity, as well as user-defined integrity. 约束支持域完整性、实体完整性、引用完整性以及用户定义完整性。 technet.microsoft.com 1. The data access property of a user-defined function must be NO SQL, and external access property must be NO. 用户定义函数的数据访问属性必须为NOSQL,外部访问属性必须是NO。 technet.microsoft.com 2. The properties of the new instance can be modified if you want user-defined formatting. 如果需要用户定义的格式设置,则可以修改新实例的属性。 msdn2.microsoft.com 3. Indicates the determinism and data access properties of a method or property on a user-defined type (UDT). 指示用户定义类型(UDT)的方法或属性的确定性和数据访问性质。 msdn.microsoft.com 4. Define the user-defined aggregate function as a class in a Microsoft. NET Framework-supported language. 用一种Microsoft.NETFramework语言将用户定义聚合函数定义为类。 technet.microsoft.com 5. The TRY. . . CATCH construct cannot be used in a user-defined function. 不能在用户定义函数内使用TRY…CATCH构造。 technet.microsoft.com 6. User-defined name attached to a specific version of a source-controlled item. 附加到受源代码管理项的一个指定版本的用户定义的名称。 msdn2.microsoft.com 7. Object to insert data into a user-defined type column in a table. 对象,以将数据插入到表中的用户定义的类型列中。 msdn2.microsoft.com 8. An application that utilizes user defined objects and customizable file formats to store data in an object oriented fashion. 一个应用,它利用用户定义的对象和可定制的文件格式以面向对象的风格存储数据。 www.biodic.cn 9. Trace messages can be sorted in the order they were processed, or alphabetically by user-defined category. 跟踪消息可以按其处理顺序或用户定义的类别的字母顺序进行排序。 msdn2.microsoft.com 10. For more information and examples of stored procedures and user-defined functions, see the documentation for your database server. 有关存储过程和用户定义的函数的更多信息和示例,请参见数据库服务器的文档。 msdn2.microsoft.com 1. When Presence Server is integrated with Group List Server, you can subscribe to both a single user and a user-defined group or global group. 当PresenceServer与GroupListServer集成时,可以针对单个用户进行订阅,也可以针对用户定义的组或全局组进行订阅。 www.ibm.com 2. The user-defined filter configuration file can be generated using a digital filter design package called 'Filter Wizard'. 可以利用名为“滤波器向导”的数字滤波器设计包,产生用户自定义滤波器配置文件。 ec.eepw.com.cn 3. Properties can be primitive types, collections of primitive types, user-defined types, or collections of user-defined types. 属性可以是基元类型、基元类型的集合、用户定义的类型或用户定义类型的集合。 msdn2.microsoft.com 4. User-defined variables cannot be declared within a schema-bound object. 在绑定到架构的对象中不能声明用户定义的变量。 www.dictall.com 5. The federated procedure is called in a trigger or a user-defined function. 在触发器或用户定义函数中调用联邦过程。 www.ibm.com 6. A user-defined relationship is mapping of one component of a composite application to another component. 一个用户定义的关系就是从组合程序中一个构件到另一个构件的映射。 www.ibm.com 7. Information about alias or user-defined type columns can be obtained by querying the sys. Columns or sys. Column_type_usages catalog views. 通过查询sys.columns或sys.column_type_usages目录视图可获得有关别名类型列或用户定义的类型列的信息。 msdn2.microsoft.com 8. The following nondeterministic built-in functions cannot be used in Transact-SQL user-defined functions. 下列不确定性内置函数不能在Transact-SQL用户定义函数中使用。 technet.microsoft.com 9. Is a user-defined transaction name used to track the distributed transaction within MS DTC utilities. 用户定义的事务名,用于跟踪MSDTC实用工具中的分布式事务。 msdn2.microsoft.com 10. Available Variables list includes system and user-defined variables that are in the scope of the Message Queue task or its parent container. 清单包含在讯息伫列工作或其父容器之范围中的系统和使用者自订变数。 msdn.microsoft.com 1. The calculation task for report data is accomplished by a user-defined formula, thus simplifying the program modification and maintenance. 采用用户自定义计算公式的方式来完成报表数据的计算任务,简化了程序的修改、维护。 www.jsks.net.cn 2. Java modules can be converted into SQL extensions known as user-defined functions (UDFs). 可以将Java模块转换成称为用户定义的函数(UDF)的SQL扩展。 www.ibm.com 3. Otherwise, a Currency user-defined data type is returned with the original amount, which should be in USD, with the en-us culture. 否则,返回的Currency用户定义数据类型包含原始金额(应是USD)及en-us区域。 technet.microsoft.com 4. After an HTTP endpoint is established, stored procedures or user-defined functions can be added or made available to endpoint users. 建立HTTP端点后,可以添加存储过程或用户定义函数,或者使其可用于端点用户。 msdn2.microsoft.com 5. Replication allows user-defined custom stored procedures to replace one or more of the default procedures used in transactional replication. 复制允许用户定义的自定义存储过程代替事务性复制中使用的一个或多个默认过程。 msdn2.microsoft.com 6. The code consists of an empty Service Implementation class and Service Support classes for handling complex user-defined types. 程式码由空的ServiceImplementation类别和ServiceSupport类别组成,以便处理使用者定义的类型。 www-128.ibm.com 7. The AIX Event Infrastructure is an event monitoring framework for monitoring predefined and user defined system events. AIXEventInfrastructure是一个用于监视预定义和用户定义的系统事件的事件监视框架。 www.ibm.com 8. Sp_password cannot be executed within a user-defined transaction. sp_password不能在用户定义的事务中执行。 msdn2.microsoft.com 9. The function can be a function defined by the database server or a user-defined function that returns a scalar value. 可以是资料库伺服器所定义的函式,或传回纯量值的使用者定义函式。 technet.microsoft.com 10. Generation to the list of documents can be stored to support user-defined layout of the CSV or HTML format. 生成的列表文件可以被保存为CSV或者是支持自定义布局的HTML格式。 www.cngr.cn 1. The value of a user-defined variable can be a literal or an expression. 用户定义变量的值可以是文字或表达式。 msdn2.microsoft.com 2. The following example shows one way to use CROSS APPLY to select from the result of a user- defined function . 以下示例显示了使用CROSSAPPLY从用户定义函数结果中进行选择的一种方式。 www.bing.com 3. Classifying S and T as either user-defined or builtin , this MPL's Integral Constant indicates the combination of these attributes. 将S和T分类为用户自定义的或内建的,这个MPL整型常量表示了这些属性的组合。 dictsearch.appspot.com 4. Business card printing and membership card making tag insertion and calibration should be a user-defined. 制卡和会员卡制息标记的置入和校准不该是用户自界说的。 www.bing.com 5. The user-defined Java nodes supplied with this article provide significant value to message flow developers outside of the scenario. 随本文一起提供的用户定义Java节点对该方案外的消息流开发人员具有极大的价值。 www.ibm.com 6. The server-side message receiver functions as a proxy for the client, calling the actual user-defined service method. 服务器端消息接收者可作为客户端的代理,调用实际的用户定义的服务方法。 www.ibm.com 7. The owner of a user-defined function can grant permissions to other users with the GRANT EXECUTE command. 用户定义的函数的所有者可以使用GRANTEXECUTE命令向其它用户授予权限。 www.ianywhere.com 8. User-defined types cannot be modified after they are created, because changes could invalidate data in tables or indexes. 用户定义类型在创建后不能被修改,因为修改可能会使表或索引中的数据无效。 msdn2.microsoft.com 9. You can use the default group, or you can have a user-defined group to which all your server connections belong. 可以使用默认组,也可以使用一个用户定义的组,您的所有服务器连接都属于这个组。 www.ibm.com 10. If the new user-defined styles do not appear, choose the All styles tab in the Show list box. 如果新用户定义的样式并没有出现,那么您可以在Show列表框中选择Allstyles项。 www.ibm.com 1. The sp_addapprole stored procedure cannot be executed from within a user-defined transaction. 不能从用户定义事务中执行sp_addapprole存储过程。 technet.microsoft.com 2. The Java and C functions can be used in external programs, or directly inside the engine with User Defined Routines (UDRs). Java和C函数可以在外部程序中使用,或者直接在引擎中与用户定义例程(UDR)一起使用。 www.ibm.com 3. User-defined types cannot be modified after they are created, because changes could invalidate data in the tables or indexes. 用户定义类型创建后便不能修改,因为更改会使表或索引中的数据失效。 msdn2.microsoft.com 4. Contains a currency conversion function that returns an instance of a currency user-defined type. 包含一个货币换算函数,它可以返回货币用户定义类型的实例。 msdn2.microsoft.com 5. User-defined datatypes can be derived by restriction from yearMonthDuration, by specifying constraining facets allowed by duration. 用户定义数据类型可通过限制yearMonthDuration派生而来,通过指定duration允许的约束facet来实现。 www.ibm.com 6. This attribute can be a user-defined value, if there is a matching security policy mapping defined in a. 元素中定义了匹配的安全策略映射,则此属性可以是用户定义的值。 msdn2.microsoft.com 7. By the user, thus changing their meaning when applied to a user-defined type. 由此在应用到用户定义的类型时更改这些运算符的含义。 msdn2.microsoft.com 8. Page, map Index 0 to a user-defined string variable that will receive the current Excel path and file name on each iteration of the loop. 页中,将索引0映射到用户定义字符串变量,该变量将在每个循环迭代中接收当前Excel路径和文件名。 msdn2.microsoft.com 9. Statements to copy a variable of one user-defined type to another variable of a different user-defined type. 语句将一个用户定义类型的变量复制到另一个用户定义类型的变量。 msdn2.microsoft.com 10. The u sort() function sorts an array by a user defined comparison function. 函数的作用是:使用用户自定义的比较函数对数组中的值进行排序。 www2.w3pop.com 1. Interpretation of user-defined rights performed solely by user's program; system provides access protection for use of these rights. 用户定义权限由用户程序独立解释,系统提供这些权限的存取保护。 www.china-ppt.cn 2. Using XPath, you look for all comments within a user-defined time window that are posted by Anonymous users or that contain vulgar words. 使用XPath,您在一个用户定义的时间窗口中检索所有由匿名用户发布或包含粗俗词汇的评论。 www.ibm.com 3. The second major element that SOAP brings to the table is a simple means of encoding user-defined data types. SOAP带给表的第二个主要元素是编码用户定义的数据类型的简单方式。 www.ibm.com 4. The common language runtime does not support the postfix operator and user-defined postfix operators are not allowed. 公共语言运行时不支持后缀运算符并且不允许使用用户定义的后缀运算符。 207.46.16.251 5. Cannot be executed from within a user-defined transaction. 不能从用户定义的事务中执行。 msdn2.microsoft.com 6. The following example retrieves the names of parameters (and the objects to which they belong) defined on user-defined type ComplexNumber. 以下示例检索针对用户定义类型ComplexNumber定义的参数(及其所属对象)的名称。 msdn2.microsoft.com 7. SET CONTEXT_INFO cannot be specified in a user-defined function. 不能在用户定义函数中指定SETCONTEXT_INFO。 msdn2.microsoft.com 8. These queries can be executed directly or executed from within stored procedures and user-defined functions. 这些查询可以直接执行,也可以从存储过程和用户定义函数中执行。 technet.microsoft.com 9. Computed columns whose type is a CLR user-defined type can be indexed as long as the type is comparable. 类型为CLR用户定义类型的计算列只要其类型是可比较的,就可以在该列上创建索引。 msdn2.microsoft.com 10. This view displays user-defined type mappings used in nickname registration and remote table creation. 这个视图显示在昵称注册和远程表创建中使用的用户定义类型映射。 www-128.ibm.com 1. You can add a new data server driver, delete a user-defined data server driver, or edit a user-defined driver, as shown in Figure 14. 可以添加新的数据服务器驱动器,删除用户定义的数据服务器驱动器或者编辑用户定义的驱动器,如图14所示。 www.ibm.com 2. Cannot be executed within a user-defined transaction. 不能在用户定义的事务内执行。 msdn2.microsoft.com 3. User defined queries are not implemented during the creation of the team project but are later added as custom content. 用户定义的查询不在创建团队项目时实现,而是在以后作为自定义内容添加。 msdn2.microsoft.com 4. The key events to disable the currently selected user defined phrase. Click on the button on the right to edit it. 用以禁止目前选中的使用者自订词语的按键事件。点击右边的按钮来编辑按键。 translations.launchpad.net 5. The user-defined classes appear as complex data types, which we discuss in the next article. 将用户定义的类是一种复杂的数据类型,我们将在下一篇文章中进行讨论。 www.ibm.com 6. The following example shows a simple Transact-SQL user-defined function and identifies the major components of the function. 下面的示例显示的是简单的Transact-SQL用户定义函数,并标识了此函数的主要组件。 msdn2.microsoft.com 7. If the column is an alias data type, this column is the database name in which the user-defined data type was created. 如果此列是别名数据类型,则此列是在其中创建用户定义数据类型的数据库的名称。 technet.microsoft.com 8. Sp_defaultlanguage cannot be executed within a user-defined transaction. 在用户定义的事务中不能执行sp_defaultlanguage。 msdn2.microsoft.com 9. In reality, the first bph represents the IBMDEFAULTBP, the only user defined bufferpool on the system. 实际上,第一个bph表示IBMDEFAULTBP,这是系统上惟一由用户定义的缓冲池。 www.ibm.com 10. The SQL built for this query translates to a call to the user-defined function in the database (see the SQL code following the query). 为此查询生成的SQL会转换成对数据库中用户定义函数的调用(请参见此查询后面的SQL代码)。 technet.microsoft.com 1. The ActivityTracing value also applies to any trace source, including WCF or user-defined ones. ActivityTracing值还适用于任何跟踪源,包括WCF或用户定义的跟踪源。 msdn2.microsoft.com 2. It helps ensure records remain trusted, accurate, compliant with user defined records retention policies, defensible, and relevant. 它有助于确保记录保持可信、准确、符合用户定义的记录保留策略、正当合理并且相关。 www.ibm.com 3. User-defined functions can be modified independently of the program source code. 用户定义函数可以独立于程序源代码进行修改。 msdn2.microsoft.com 4. To generate data for a user-defined type column with a unique constraint, you must use the data bound generator or a custom data generator. 若要为具有唯一约束的用户定义的类型列生成数据,必须使用数据绑定生成器或自定义数据生成器。 msdn2.microsoft.com 5. When the number of those signs exceeds the user-defined level, the message is considered dangerous and the user is warned. 如果这些征象超过用户定义的水平,信息将被视为危险,程序将发出警告。 avast.com.cn 6. Sp_droprolemember cannot be executed within a user-defined transaction. 在用户定义事务内不能执行sp_droprolemember。 technet.microsoft.com 7. Of the error messages in the system, for both system-defined and user-defined messages. 对于系统定义和用户定义的消息,系统中的错误消息的每个。 msdn2.microsoft.com 8. These user-defined tags can be used to further enhance the portlet page rendering process. 这些用户定义的标记可以用于进一步加强portlet页面处理过程。 www.ibm.com 9. Each form in a form library is associated with user- defined information that is displayed in the content listing for that library . 表单库中的每个表单都与该库的内容列表中显示的用户定义信息相关联。 www.bing.com 10. A user-defined delegate that consumes the ongoing synchronization events reported during the reconciler work. 一种用户定义的委托,使用调解程序工作期间报告的正在执行的同步事件。 msdn2.microsoft.com 1. The following example shows the SqlUserDefinedAggregateAttribute attribute for a user-defined aggregate. 下面的示例演示用户定义的聚合的SqlUserDefinedAggregateAttribute属性。 msdn2.microsoft.com 2. The EXCELSIOR automatic dehydration machine in pathology department may need to set user-defined procedures in the day-to-day work. EXCELSIOR全自动脱水机在病理科的日常工作中可根据工作需要来设定用户自定义程序。 www.chemyq.com 3. Logbook entries can be categorized with user-defined classes, and queried using filters on these classes. 日志簿条目可以根据用户定义的类进行分类,用这些类构成的过滤器来查询日志。 osl.bsw.net.cn 4. Objects and instances of user defined Classes have trait information which can also be sent by reference using an index to the traits table. 对象和自定义实例的特性信息也使用特性表中的索引来进行引用发送。 terms.shengwuquan.com 5. This attribute must be applied to user-defined function files, which return either a scalar value or a table. 此属性必须应用于可返回标量值或表的、用户定义的函数文件。 msdn2.microsoft.com 6. Similar to the Endpoint Lookup primitive, you can specify user defined properties and classifications for this mode of lookup. 与EndpointLookup原语类似,您可以为这种模式的查找指定用户定义的属性和分类。 www.ibm.com 7. It is important to emphasize that C mandates that operators may only be overloaded if at least one argument is a user-defined type. 必须强调,C 要求只有在至少一个操作子为用户定义类型时,才允许操作符重载。 dictsearch.appspot.com 8. User-defined types cannot be used as default values in CLR procedures, functions or triggers, or in partition functions. 在CLR过程、函数、触发器或分区函数中,不能将用户定义类型用作默认值。 msdn2.microsoft.com 9. P_revokedbaccess cannot be executed within a user-defined transaction. 无法在用户定义事务内执行p_revokedbaccess。 technet.microsoft.com 10. Instances: Display the available monitoring contexts in either individual instances or user-defined groups of context instances. 实例:显示单独实例或用户定义的上下文实例组中的可用监视上下文。 www.ibm.com 1. In the drop-down list at the top of the Field Chooser dialog box, select User-defined fields in folder. 在“字段选择器”对话框顶部的下拉列表中,选择“文件夹中用户定义的字段”。 office.microsoft.com 2. CHAOS Generator will create alphabetic, numeric, alphanumeric or all keyboard characters passwords of user-defined lengths. 混乱生成器将创建字母,数字,字母或全部键盘字符的密码,用户定义的长度。 xtdownload.com 3. Modifying the value of a registered property or public data member of the user-defined type. 修改用户定义类型的已注册属性或公共数据成员的值。 msdn2.microsoft.com 4. You create your database schema when you define, within the newly-initialized file, user-defined tables and procedures. 当您在新初始化的文件中定义用户定义的表和过程时,才真正创建您的数据库模式。 www.ianywhere.com 5. User-defined functions are expensive in terms of CPU and memory resources. 在使用CPU和内存资源方面,用户定义的函数非常昂贵。 www.ibm.com 6. The BULK INSERT statement can be executed within a user-defined transaction. BULKINSERT语句能在用户定义事务中执行。 technet.microsoft.com 7. Indicates whether all instances of this user-defined type are the same length. 指示此用户定义类型的所有实例是否都具有相同的长度。 msdn2.microsoft.com 8. The Query Builder comes up where you can work with your stored procedure or user-defined function. 将会显示查询生成器,可在其中使用存储过程或用户定义的函数。 msdn2.microsoft.com 9. You cannot drop a user-defined type until all references to that type have been removed. 在删除所有对用户定义类型的引用之前,不能删除该类型。 technet.microsoft.com 10. If both parameters are pointers it will be a pure comparison of pointer addresses and will not use the user-defined conversion. 如果两个参数都是指针,结果将是指针地址的纯比较,并且将不使用用户定义的转换。 207.46.16.251 1. Both standard Registry and Repository modeled relationships and additional user-defined relationships are shown. 说明标准RegistryandRepository建模关系和用户定义的其他关系。 www.ibm.com 2. However, using the Hilbert curve requires that you compile the user-defined function written in C and register it in the database. 然而,使用Hilbert曲线时要求编译用C编写的用户定义函数,并将它注册到数据库。 www.ibm.com 3. Relate a Concept that represents an external object to a service using a user defined relationship. 将表示外部对象的概念与使用用户定义的关系的服务关联起来。 www.ibm.com 4. Each fully qualified user-defined function name (schema_name. Function_name) must be unique. 每个完全限定用户定义函数名称(schema_name.function_name)必须唯一。 technet.microsoft.com 5. This includes standard data types, objects, and arrays, as well as user-defined structures and class instances. 这包括标准数据类型、对象和数组,以及用户定义的结构和类实例。 msdn2.microsoft.com 6. The Data Studio tool can be used to easily create, build, debug and deploy DB2 stored procedures and user-defined functions. 可以使用DataStudio工具轻松地创建、构建、调试和部署DB2存储过程和用户定义函数。 www.ibm.com 7. With the correlation it operates more like a user-defined relational operator. 由于这一层关系,它操作起来更像是一个用户定义的关系操作符。 www.ibm.com 8. Sql_variant can be used in columns, parameters, variables, and the return values of user-defined functions. sql_variant可以用在列、参数、变量和用户定义函数的返回值中。 technet.microsoft.com 9. If name denotes a primitive type or void, an attempt will be made to locate a user-defined class in the unnamed package whose name is name. 如果name表示简单类型或void,将尝试在未命名的包中定位名称是name的用户定义类。 www.procedurelife.com 10. Ownership of a user- defined function belongs to the user who created it , and that user can execute it without permission . 用户定义的函数的所有权属于创建它的用户,因此该用户无需权限即可执行它。 www.bing.com 1. A resource can be an icon, a table with strings, menu, dialog, bitmap, user defined data etc. 一个资源可以是图标,字符串的表格,菜单,位图,用户定义的数据等。 www.zaoxue.com 2. Another new feature is the support of the XML datatype in user-defined functions allowing the manipulation of XML documents. 另一个新特性是,在用户定义函数中支持XML数据类型允许操作XML文档。 www.ibm.com 3. A modification would change a table or column contributing to a schema-bound view or user-defined function. 修改将更改分配给架构绑定视图或用户定义函数的表或列。 207.46.16.251 4. SYSCAT. ROUTINES -- Contains information about user-defined routines (table functions, scalar functions, and federated procedures). ROUTINES——包含关于用户定义例程(UDB表函数、标量函数和联邦过程)的信息。 www.ibm.com 5. It may optionally support user defined types, which can greatly simplify the required expressions. 作为可选项,也有可能支持用户自定义类型,这将极大的简化所要求的表达式。 www.infoq.com 6. Once Locked, these applications can be accessed only upon entering a valid user defined password. 一旦锁定,这些应用程序可以访问只有在输入有效的用户定义的密码。 www.nokiabbs.com 7. subdivide multi fractal - as above , but new vertices are randomly displaced within a user - defined range. 不规则多次细分-与上一样,但它是在用户定制的范围内随机置换细分。 www.ichacha.net 8. A key element of cloud computing is customization and the creation of a user-defined experience. 云端运算的关键在于个人化与创造使用者的个人体验。 times.hinet.net 9. The following example retrieves the names of computed columns (and their tables) with a dependency on user-defined type ComplexNumber. 以下示例检索依赖于用户定义类型ComplexNumber的计算列(及其表)的名称。 technet.microsoft.com 10. Support for XML in user-defined functions and global declared temporary tables offer new application development advantages. 支持在用户定义函数和全局声明临时表中使用XML,这有助于开发应用程序。 www.ibm.com 1. An optional attribute on a user- defined aggregate , used to indicate that the method should be registered in SQL Server as a function . 当该参数对系统函数可选时,则系统采用当前数据库、主机、服务器用户或数据库用户。 www.bing.com 2. Sheets can be organized in user-defined folders, where you can define access privileges of other ADIEU users to their contents. 可以将表格组织为用户定义的文件夹,可以在这些文件夹中定义其他ADIEU用户对其内容的访问特权。 www.ibm.com 3. Implement error handling in stored procedures, transactions, triggers, and user-defined functions. 实现在存储过程、事务处理、触发器和用户定义函数中的错误处理。 www.bvtc.cn 4. Some formats will support generic (user defined) metadata, while other format drivers will map specific format fields to metadata names. 一些格式将会支持特定的元数据(用户定义的),而其他的格式驱动将会将会映射特定的格式到元数据名称。 www.diybl.com 5. SQL user-defined functions can simplify query coding for batch as well as online transactional programs. SQL用户定义函数可以简化批处理程序以及在线交易程序的编码工作。 www.ibm.com 6. Writes trace information to the trace log, including any user-defined categories, trace messages, and error information. 将跟踪信息写入跟踪日志,包括用户定义的所有类别、跟踪消息和错误消息。 msdn.microsoft.com 7. EXECUTE AS cannot be specified for inline user-defined functions. 不能为内联用户定义函数指定EXECUTEAS。 msdn2.microsoft.com 8. Widget properties can be remapped to user-defined nodes of the widget template. 小部件属性可以被重新映射到小部件模板的用户定义节点。 www.ibm.com 9. The entry must still be defined though, to serve as a base for the user-defined schema to add in underneath. 不过本条目还要用来作为为在其下添加用户自定义模式的基础,因此它仍然要被定义。 wiki.ubuntu.org.cn 10. These user-defined policies describe the order of starting elements on the system. 这些用户自定义规则描述了系统中启动元素的执行次序。 www-128.ibm.com 1. Sp_grantlogin cannot be executed within a user-defined transaction. 在用户定义事务内无法执行sp_grantlogin。 msdn2.microsoft.com 2. Alternatively, you can create a custom binding or a user-defined binding to have higher degrees of control and customization. 或者,您可以创建一个自定义绑定或用户定义的绑定,以实现更高程度的控制和自定义。 msdn2.microsoft.com 3. Inference rules are user-defined or predefined; predefined rules can be redefined. 推理规则是用户定义的,或预定义的;预定义的规则可以重新定义。 msdn2.microsoft.com 4. Sp_defaultdb cannot be executed within a user-defined transaction. 不能在用户定义事务内执行sp_defaultdb。 technet.microsoft.com 5. Integration Services supports two types of variables: user-defined variables and system variables. IntegrationServices支持两种类型的变量:用户定义的变量和系统变量。 msdn2.microsoft.com 6. Specific exception handlers can be written for any internal or user-defined exception. 开发者可以为不同的内部异常及用户定义异常编写相应的异常处理过程。 dictsearch.appspot.com 7. For more information about investigating alias and user-defined type references, see Implementing User-defined Types. 有关研究别名引用和用户定义类型引用的详细信息,请参阅实现用户定义类型。 msdn2.microsoft.com 8. Select an area and use Define Print Range or Add Print Range from the context menu to get a user defined print range. 选择一个区域,并从上下文菜单选择定义列印范围或添加列印范围,以得到用户定义的列印范围。 ooo.pingju.org 9. If the property type is user defined, the type of the return value is the same as the type of the return value of the MemberValue function. 如果属性是用户定义的,则返回值的类型与MemberValue函数的返回值类型相同。 msdn2.microsoft.com 10. Basically, there are macro references for all of the user-defined Object and Module attributes of a Rational DOORS object. 基本上,所有RationalDOORS对象的用户自定义Object和Module属性,都会有一个宏引用。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。