单词 | strongly typed | ||||||||||||||
释义 | strongly typed
更多释义 收起释义 例句释义: 强型别,强类型,强类型的 1. I find that it is always a good idea to choose the name for your strongly typed DataSet when you create it. 我发现在创建强类型数据集时为其选择名称始终是一个不错的主意。 blog.sina.com.cn 2. The view shown in Figure 2 is just a visual representation of the XML Schema that defines the strongly typed DataSet. 图2中显示的视图只是定义强类型数据集的XML架构的视觉表示。 blog.sina.com.cn 3. This information can be used to increase performance by indicating the strongly-typed accessor to call. 通过指示要调用的强类型访问器,此信息可用于提高性能。 msdn2.microsoft.com 4. You could still return a java. util. List, as these are allowed, but an array works just as well and is strongly typed. 您也可以返回java.util.List,因为这是允许的,但是数组就可以很好地满足要求并且具有强类型。 www.ibm.com 5. This is often done to offer strongly-typed versions of the interface members. 为了提供接口成员的强类型版本,通常会这么做。 msdn2.microsoft.com 6. It's important to understand that this is still strongly typed. 请务必明白,这仍然是强类型。 msdn.microsoft.com 7. Just as you did with loosely typed services, you need to define the term strongly typed. 就像上面讨论松散类型服务时一样,也需要对“强类型”这一术语加以定义。 www.ibm.com 8. The following step allows you to save the connection string in a strongly typed application settings file. 下列步骤使您可以在强类型应用程序设置文件中保存连接字符串。 msdn2.microsoft.com 9. Forms the basis for the strongly typed collections that are members of the System. Web. Services. Description namespace. 形成作为System.Web.Services.Description命名空间的成员的强类型集合的基础。 msdn2.microsoft.com 10. This method allows you to use a non-typed DataSet to create the XSD file for a strongly-typed DataSet. 此方法允许您使用非类型化的DataSet为强类型DataSet创建XSD文件。 www.ibm.com 1. Strongly typed invocation does not end in an 'invoke', but ends in a strongly typed invocation. 强类型调用并不会以“调用”告终,而会最终得到一个强类型调用。 www.ibm.com 2. Containing information about all visible instances of the server represented by the strongly typed instance of this class. 它包含由该类的强类型实例所表示的服务器的所有可见实例的相关信息。 msdn2.microsoft.com 3. As you can see, accessing strings from a resource file using a strongly typed resource class is pretty easy. 正如您看到的,使用强类型资源类访问资源文件中的字符串比较简单。 blog.sina.com.cn 4. Do not change atomic types (string, integer, etc. ) if queries are strongly typed or have value comparisons. 如果查询是强类型的或者需要进行值比较,不要改变原子类型(string、integer等)。 www.ibm.com 5. For these reasons, arrays are most useful for creating and working with a fixed number of strongly-typed objects. 出于这些原因,数组对于创建和处理固定数量的强类型对象最有用。 msdn2.microsoft.com 6. The strongly typed DataSet offers advantages over the untyped DataSet in terms of speed and easy maintainability. 强类型数据集在速度和易于维护性方面优于非类型化数据集。 blog.sina.com.cn 7. V4 needs all of these strongly typed constructs, and Eclipse makes it much easier to provide and work with all of this. V4需要所有这些强类型的构造,而且Eclipse使得提供和处理这些构造变得非常简单。 www.ibm.com 8. The strongly typed resource class also converts the embedded XML file into a string that can be easily loaded into an XmlDocument object. 强类型资源类还将嵌入的XML文件转换为能够轻松加载到XmlDocument对象中的字符串。 blog.sina.com.cn 9. As in an RDBMS, the data model is declared in a schema and is strongly typed. 在RDBMS中,数据模型声明在Schema中并且是强类型的。 www.infoq.com 10. The majority of the methods found in an XmlConvert class are used to convert data between strings and strongly-typed formats. XmlConvert类中的多数方法用于在字符串和强类型化格式之间转换数据。 msdn2.microsoft.com 1. SDO enables both a static (or strongly typed) programming model and a dynamic (or loosely typed) programming model. SDO既有一个静态的(或者强类型的)编程模型,又有一个动态的(或者松类型的)编程模型。 www.ibm.com 2. This code casts the row returned by the Current property of the BindingSource into a strongly typed ProductsRow. 此代码将由Current(当前)属性(属于BindingSource)返回的行转换为强类型化的ProductsRow。 msdn2.microsoft.com 3. This will allow you to access the embedded objects in a strongly-typed manner. 这使您能以强类型方式访问嵌入式对象。 msdn2.microsoft.com 4. This class is not intended for public use and is used to generate strongly typed client-side objects for communicating with data services. 此类不应以公共方式使用,而是用于生成可与数据服务通信的强类型客户端对象。 technet.microsoft.com 5. The handler developer is responsible for the correctness of the SOAP message, in contrast to the strongly-typed JAX-RPC service interfaces. 处理程序开发人员对SOAP消息的正确性负责,这与强类型的JAX-RPC服务接口形成对比。 www.ibm.com 6. Dynamic typing allows all sorts of advanced meta-programming tricks that are difficult or impossible in a strongly typed language. 动态类型支持所有高级的元编程技巧,这在强类型语言中是很难实现的,甚至不可能。 www.ibm.com 7. Identifies which provider-specific property in the strongly typed parameter classes is to be used when setting a provider-specific type. 标识在设置提供程序特定的类型时,使用强类型参数类中的哪个提供程序特定的属性。 msdn2.microsoft.com 8. exe can also be used to generate a strongly typed resource class that exposes properties providing easy access to the resource inside. 也可以使用Resgen.exe生成一个强类型资源类,以公开能够轻松访问其中资源的属性。 blog.sina.com.cn 9. First, generic classes are strongly typed, which allows many errors to be caught at compile time rather than at run time. 首先,泛型类是强类型,这允许在编译时(而不是运行时)可以捕获许多错误。 msdn2.microsoft.com 10. If you are accustomed to a strongly typed language, dynamic typing seems like a step toward anarchy. 如果您已经习惯了强类型语言,那么动态类型看起来可能会导致混乱。 www.ibm.com 1. Method and passes a strongly typed object, it calls the method that takes a single strongly typed object as a parameter, regardless of the. 设置如何,该控件都调用采用一个强类型对象作为参数的方法。 msdn2.microsoft.com 2. The language is strongly typed, meaning you can do allowed operations only on a given instance of a type. 语言是强类型的,这意味着您只能在类型的某个实例上完成允许的操作。 www.ibm.com 3. The advantage of a strongly-typed definition is that you can share it across files and assemblies, as opposed to the using alias. 强类型化定义的优点是可以跨文件和程序集共享它,这与using别名相反。 msdn2.microsoft.com 4. A service can be strongly typed in its interface definition and generic in its implementation. 服务可以在其接口定义中采用强类型方式,而在其实现中采用泛型方式。 www.ibm.com 5. Can be used to create a collection or can be inherited from to define a strongly-typed collection class. 创建一个集合,也可以从其进行继承以定义强类型集合类。 msdn2.microsoft.com 6. It takes an XML Schema Definition (XSD) file as well as a class file to create a strongly typed DataSet. 它使用XMLSchemaDefinition(XSD)文件以及类文件来创建强类型数据集。 blog.sina.com.cn 7. Returns an array of strongly typed FileSystemInfo entries representing all the files and subdirectories in a directory. 返回表示某个目录中所有文件和子目录的强类型FileSystemInfo项的数组。 msdn2.microsoft.com 8. After a discussion about strongly typed objects versus list-based data structures, Andrej moves on to definitions verses variables. Andrej在比较了强类型对象与基于列表的数据结构后,又转向对变量定义的讨论。 www.infoq.com 9. XQuery functions are strongly typed, support recursion, and can be declared as internal or external. XQuery函数是强类型的,支持递归,可声明为内部函数或外部函数。 www.ibm.com 10. The strong typing in XPath 2. 0 ensures that a document created by an XSLT style sheet can be validated against a strongly-typed XML schema. XPath2.0中的强类型确保由XSLT样式表创建的文档能够依据强类型的XML模式进行验证。 www.ibm.com 1. Creates a strongly typed reference to the source page from the target of a cross-page posting. 创建一个强类型的引用,该引用指向来自跨页面发送的目标的源页。 msdn.microsoft.com 2. In addition, strongly typed collections automatically perform type validation of each element added to the collection. 此外,强类型集合自动执行添加到该集合的每一元素的类型验证。 msdn2.microsoft.com 3. Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the SiteMapNode class. 除了为SiteMapNode类定义的强类型属性(Property)以外,获取或设置附加属性(Attribute)的集合。 msdn2.microsoft.com 4. This allows the user control to be strongly typed when it is added to a page. 这允许将用户控件添加到页面时对其进行强类型化。 msdn2.microsoft.com 5. Generates a class file that contains strongly-typed properties that match the resources that are specified in the input parameter. 生成一个类文件,该文件包含与输入参数中所指定的资源相匹配的强类型属性。 msdn2.microsoft.com 6. Class provides methods to navigate nodes, extract XML data and access strongly typed XML data in an. 对象中浏览节点,提取XML数据,以及访问强类型XML数据。 msdn2.microsoft.com 7. Implements a hash table with the key and the value strongly typed to be strings rather than objects. 使用字符串(而不是对象)强类型的键和值来实现哈希表。 msdn2.microsoft.com 8. The LibraryConsoleTest program in the sample solution demonstrates how the strongly typed DataSet works. 示例解决方案中的LibraryConsoleTest程序演示了强类型DataSet的工作方式。 www.ibm.com 9. This sample demonstrates the benefits of using strongly typed resources during application development. 本示例说明了在应用程序部署期间使用强类型资源的好处。 msdn2.microsoft.com 10. Retrieves an array of strongly typed FileSystemInfo objects representing files and subdirectories of the current directory. 检索表示当前目录的文件和子目录的强类型FileSystemInfo对象的数组。 msdn2.microsoft.com 1. Generates a class file that contains strongly-typed properties that match the resources referenced in the specified collection. 产生类别档案,其中包含与指定集合中参考之资源相符的强型别属性。 technet.microsoft.com 2. Java is a strongly typed language, which allows for extensive compile-time checking for potential type-mismatch problems. Java是一种强类型语言,允许扩展式的编译时潜在的类型不匹配错误检查。 www.bing.com 3. Using CodeSmith, you can generate anything from a simple, strongly typed collection to an entire application. 借助CodeSmith可以生成包括简单的强类型集合和完整应用程序在内的任何东西。 archive.cnblogs.com 4. The new System. Collections. Generic namespace provides support for strongly typed collections. 新的System.Collections.Generic命名空间提供了对强类型集合的支持。 msdn2.microsoft.com 5. The adapter should at a minimum return a strongly-typed instance of the control through its. 属性返回控件的一个强类型实例。 msdn2.microsoft.com 6. The type details are stored during runtime for checking and to safeguard the system, making ActionScript 3 strongly typed. 在运行时存储类型细节,用来进行检查并保护系统,因此ActionScript3是强类型的。 www.ibm.com 7. This class provides strongly-typed, read-only access to the resources that are available in the file processed. 此类提供对被处理文件中的可用资源的强类型只读访问。 msdn2.microsoft.com 8. This allowed Microsoft to phase out the weakly typed collections and interface and replace them with strongly typed counter-parts. 这使得微软可以淘汰弱类型集合,并使用强类型的对等集合替代之。 www.infoq.com 9. This means that JBoss ESB messages are not strongly typed and care should be used when implementing access to the message (type conversion). 这就意味着JBossESB消息并不是强类型的,在访问消息时需要注意(类型转换)。 www.infoq.com 10. Columns of strongly typed DataSet objects are defined as a particular datatype. 强类型数据集对象的列定义为特殊的数据类型。 blog.sina.com.cn 1. Provides a viewer for strongly typed resources, and demonstrates the use of resources in a Windows Forms application. 提供了一个强类型资源查看器,并说明这些资源在Windows窗体应用程序中的使用。 msdn2.microsoft.com 2. In target page code, use strongly typed members of the PreviousPage property to read the source code properties. 在目标页代码中,使用PreviousPage属性的强类型成员读取源代码属性。 msdn2.microsoft.com 3. Connection strings can now be stored in a strongly typed application settings file. 连接字符串现在可以存储在强类型应用程序设置文件中。 msdn2.microsoft.com 4. Designing simple and strongly-typed objects from XSD is fundamental to Web services interoperability. 使用XSD设计简单且强类型(strongly-typed)的对象是Web服务互操作性的基础。 www.ibm.com 5. Using strongly typed objects as parameters, thereby combining data and code, implies a specific behavior. 使用强类型对象作为参数从而结合数据与代码,暗示了一种特定行为。 www.ibm.com 6. Specifies the language to use when generating the class source for the strongly typed resource. 指定在为强类型资源生成类源时要使用的语言。 msdn2.microsoft.com 7. This article focuses on two styles of invocation: dynamic invocation interface (DII) and strongly typed. 本文重点讨论两种调用样式:动态调用接口(DynamicInvocationInterface,DII)和强类型。 www.ibm.com 8. Specifies the namespace to use for the generated class source for the strongly typed resource. 指定用于为强类型资源生成的类源的命名空间。 msdn2.microsoft.com 9. You write queries against strongly typed collections of objects by using language keywords and familiar operators. 您可以使用语言关键字和熟悉的运算符针对强类型化对象集合编写查询。 msdn2.microsoft.com 10. Which are abstract base classes that can be extended to create collection classes that are strongly typed. 这些都是抽象基类,可以扩展这些抽象基类以创建强类型的集合类。 msdn2.microsoft.com 1. Provides a strongly typed HierarchicalDataSourceView object for the SiteMapDataSource control. 为SiteMapDataSource控件提供强类型HierarchicalDataSourceView对象。 msdn2.microsoft.com 2. Ioke is a strongly typed, extremely dynamic, prototype based object oriented language. Ioke是一个强类型、动态、基于原型的面向对象语言。 www.infoq.com 3. TableAdapters are analogous to strongly typed data adapters; they provide communication between your application and your data. TableAdapters与强类型数据适配器类似;它们提供应用程序和数据之间的通信。 msdn2.microsoft.com 4. Base class for a strongly typed non-generic read-only collection. 为强类型非泛型只读集合提供。 msdn2.microsoft.com 5. Forms the basis for the strongly typed collections that are members of the. 命名空间的成员的强类型集合的基础。 msdn2.microsoft.com 6. Values set using this property are not automatically reflected in the strongly typed style properties. 使用此属性设置的值不会自动反映在强类型样式属性中。 msdn2.microsoft.com 7. Represents a serializable, strongly typed container for Web test validation rules. 表示Web测试验证规则的可序列化、强类型容器。 msdn2.microsoft.com 8. class are used to convert data between strings and strongly-typed formats. 类别中的方法都是用来转换字串和强型别格式间的资料。 technet.microsoft.com 9. Defines a strongly-typed class that corresponds to a SOAP message. 定义与SOAP消息相对应的强类型类。 msdn2.microsoft.com 10. To get public members of the source page, you must first get a strongly typed reference to the source page. 若要获取源页的公共成员,必须先获取对源页的强类型引用。 msdn2.microsoft.com 1. However, given that it wasn't strongly typed, I can understand a reluctance to use it. 然而,我能理解人们之所以不愿使用它,是因为它不是强类型的。 www.infoq.com 2. Generates a strongly-typed class for a given WMI class. 为给定的WMI类生成强类型类。 msdn2.microsoft.com 3. This strongly typed DataSet is used within the sample application that you can download from the MSDN Magazine Web site. 此强类型数据集用在示例应用程序中,该示例应用程序可以从MSDNMagazineWeb站点下载。 blog.sina.com.cn 4. This SDK exposes strongly typed classes for manipulating Office documents. 这个SDK公布了一组可操作Office文档的强类型类。 www.infoq.com 5. To encapsulate the Informix database access into the strongly typed DataSet, inherit from dsClients. 要将Informix数据库访问封装在强类型化DataSet中,需要继承dsClients。 www.ibm.com 6. Property of an ASP. NET page, so that the page can get strongly typed references to members of the master page. 属性分配类名,使得该页可以获取对母版页成员的强类型引用。 msdn2.microsoft.com 7. Represents a serializable strongly typed container for Web test plug-in references. 表示Web测试插件引用的可序列化、强类型容器。 msdn2.microsoft.com 8. This parameter is not required for strongly typed resources. 此参数对于强类型资源不是必需的。 msdn2.microsoft.com 9. Property is strongly typed to the class of the referenced source page. 属性被强类型化为被引用的源页的类。 msdn2.microsoft.com 10. The . NET framework includes an XSD compiler (xsd. exe) that can generate a strongly typed DataSet from a specially formatted . xsd file. NET框架包括一个XSD编译器(xsd.exe),它可以从某个经过特殊格式化的.xsd文件中生成一个强类型DataSet。 www.ibm.com 1. Represents a strongly typed container for query string parameters. 表示查询字符串参数的强类型容器。 msdn2.microsoft.com 2. Property is strongly typed to the class of the referenced source page. 属性被强类型化为被引用的源页的类。 msdn2.microsoft.com 3. The . NET framework includes an XSD compiler (xsd. exe) that can generate a strongly typed DataSet from a specially formatted . xsd file. NET框架包括一个XSD编译器(xsd.exe),它可以从某个经过特殊格式化的.xsd文件中生成一个强类型DataSet。 www.ibm.com 4. Stores Glyph objects in a strongly typed collection. 在强类型集合中存储Glyph对象。 msdn2.microsoft.com 5. TableAdapter queries are strongly typed methods that execute SQL statements and stored procedures. TableAdapter查询是执行SQL语句和存储过程的强类型方法。 msdn2.microsoft.com 6. Base class for a strongly typed collection. 为强类型集合提供。 msdn2.microsoft.com 7. If your application is using a typed dataset, you can create strongly typed event handlers. 如果应用程序正在使用类型化数据集,则可以创建强类型的事件处理程序。 msdn2.microsoft.com 8. A serializable, strongly typed container for Web test request headers. Web测试请求标头的可序列化、强类型容器。 msdn2.microsoft.com 9. Class, which provides support for strongly-typed resources. 类,该类提供对强类型资源的支持。 msdn2.microsoft.com 10. Represents a strongly typed container for Web test request plug-in references. 表示Web测试请求插件引用的强类型容器。 msdn2.microsoft.com 1. Represents a strongly typed container for Web test request plug-in references. 表示Web测试请求插件引用的强类型容器。 msdn2.microsoft.com 2. Method to return strongly typed view objects associated with the class. 方法,以返回与该类关联的强类型视图对象。 msdn2.microsoft.com 3. Creates a strongly typed resource class as a public class. 作为公共类创建强类型的资源类。 msdn2.microsoft.com 4. A common source object for the ObjectDataSource control is a strongly typed DataSet object. ObjectDataSource控件的公共源对象是强类型DataSet对象。 msdn2.microsoft.com 5. Strongly typed web services contain a complete schema definition in WSDL. 强类型Web服务在WSDL中包含完整的架构定义。 www.ibm.com 6. Provides a base class for strongly typed connection string builders. 为强类型连接字符串生成器提供基类。 msdn2.microsoft.com 7. In the end, you will have a descendent of a strongly typed DataSet that encapsulates all of the database interaction. 最后,您将拥有封装所有数据库交互的强类型DataSet的一个子代。 www.ibm.com 8. Returns a strongly typed reference to the associated control. 返回一个对关联控件的强类型引用。 msdn2.microsoft.com 9. Represents a strongly typed container for form post parameters. 表示窗体发送参数的强类型容器。 msdn2.microsoft.com 10. Specifies the class name for the strongly typed resource class. 指定强类型资源类的类名。 msdn2.microsoft.com 1. Specifies the class name for the strongly typed resource class. 指定强类型资源类的类名。 msdn2.microsoft.com 2. Ignores any inline schema, infers a strongly typed schema from the data, and loads the data. 忽略任何内联架构,从数据推断出强类型架构并加载数据。 msdn2.microsoft.com 3. Represents a strongly typed container for Web test rule properties. 表示Web测试规则属性的强类型容器。 msdn2.microsoft.com 4. Property to return a strongly-typed instance of the control. 属性以返回控件的强类型实例。 msdn2.microsoft.com 5. Collection class to create a strongly-typed collection object. 类创建一个强类型集合对象。 msdn2.microsoft.com 6. Provides support for strongly-typed resources. 为强类型资源提供支持。 msdn2.microsoft.com 7. Method, returning a strongly typed instance of the. 类的强类型实例。 msdn2.microsoft.com 8. The ResponseTemplate is strongly typed and all the attributes are optional. ResponseTemplate是强类型的,其所有属性都是可选的。 www.ibm.com 9. Objects in a strongly typed collection. 在强类型集合中存储。 msdn2.microsoft.com 10. In code, create a property or field whose type is itself a strongly-typed collection. 在代码中,创建一个其类型本身就是一个强类型集合的属性或字段。 msdn2.microsoft.com 1. In code, create a property or field whose type is itself a strongly-typed collection. 在代码中,创建一个其类型本身就是一个强类型集合的属性或字段。 msdn2.microsoft.com 2. The SiteMapNodeCollection class provides a strongly typed collection for SiteMapNode objects. SiteMapNodeCollection类提供SiteMapNode对象的强类型集合。 msdn2.microsoft.com 3. This technique is further demonstrated in the final strongly typed DataSets in the extended example below. 在下面的扩展示例中的最终强类型化DataSets中,将进一步演示此技术。 www.ibm.com 4. Gets a strongly typed reference to the associated control. 获取对关联控件的强类型引用。 msdn2.microsoft.com 5. A strongly typed DataSet addresses these problems. 一个强类型的DataSet可以解决这些问题。 www.ibm.com 6. Collection class to define a strongly-typed collection. 类定义一个强类型集合。 msdn2.microsoft.com 7. Will pick the strongly typed particle as illustrated in the following schema and Xml examples. 将选择强类型化粒子,如以下架构和Xml示例中所示。 msdn2.microsoft.com 8. This sample provides a viewer for strongly typed resources. 本示例提供了一个强类型资源查看器。 msdn2.microsoft.com 9. Provides a base class for all strongly typed collections that manage IStateManager objects. 为管理IStateManager对象的所有强类型集合提供基类。 msdn2.microsoft.com 10. You can use LINQ query syntax to expressively indicate how to query your data model in a strongly typed way. 你可以使用LINQ查询语法明确如何以强类型的方式查询数据模型。 dictsearch.appspot.com 1. Provides a base class for all strongly typed collections that manage. 对象的所有强类型集合提供基类。 msdn2.microsoft.com 2. Represents a strongly typed list of objects that can be accessed by index. 表示可通过索引访问的对象的强类型列表。 msdn2.microsoft.com 3. No. The variants are not strongly typed and the execution options are not enumerations, but generic DWORDs. 显然不是,variants不是强类型的,执行参数也没有定义为枚举类型而是整数。 www.cnthub.com 4. Represents a strongly typed container for Web test items. 表示Web测试项的强类型容器。 msdn2.microsoft.com 5. Provides a strongly typed collection of InstanceData objects. 提供InstanceData对象的强类型集合。 msdn2.microsoft.com 6. The Control property returns a strongly typed reference to the WebControl. Control属性返回对WebControl的强类型引用。 msdn2.microsoft.com 7. Contains a strongly typed collection of TypeElement objects. 包含TypeElement对象的强类型集合。 msdn2.microsoft.com 8. Variables are strongly typed, and there is class-based inheritance. 变量都是强类型的,还有基于类的继承。 www.ibm.com 9. If TYPED is specified, the return value is strongly typed. 如果指定了TYPED,则返回值为强类型。 msdn2.microsoft.com 10. Returns a string, or a strongly-typed value, that contains a member property value. 返回一个包含成员属性值的字符串,或返回一个强类型值。 msdn2.microsoft.com 1. Strongly typed parameters help find errors at compile time instead of at run time. 强类型的参数将会帮助用户在编译时发现错误,而不是运行时。 www.cnthub.com 2. So how can you build this productivity-enhancing, strongly typed DataSet? 那么,怎样构建这个提高生产率的强类型DataSet呢? www.ibm.com 3. The exception that is thrown when a name conflict occurs while generating a strongly typed DataSet. 在生成强类型DataSet时发生名称冲突的情况下引发的异常。 msdn2.microsoft.com 4. That level of meta-programming is difficult in strongly typed languages. 在强类型语言中很难实现这种元编程。 www.ibm.com 5. Create in-memory schemas using strongly typed classes. 使用强型别类别建立记忆体中的结构描述。 technet.microsoft.com 6. I think there's a place for both languages like XSLT and more strongly typed XML processing languages. 我想,对于XSLT和更强类型的XML处理语言都需要这么做。 www.ibm.com 7. When you call a cmdlet, one or more strongly typed structured objects are returned. 调用cmdlet时,会返回一个或多个强类型结构化对象。 technet.microsoft.com 8. In most real life scenarios that I have encountered, a strongly typed service interface is a better fit. 在我所遇到的大多数实际场景中,强类型服务接口更为适用。 www.ibm.com 9. The @model directive provides a cleaner and more concise way to reference strongly-typed models from view files. 这个指令用一个简单而干净的方式实现视图文件对强类型模型的引用。 blog.joycode.com 10. Is a strongly typed collection of. 对象的强类型集合。 msdn2.microsoft.com 1. Is the API Strongly Typed and Difficult to Misuse? 这个API是强类型的吗,容易传错参数吗? www.cnthub.com 2. This method is strongly typed. 此方法为强类型方法。 msdn2.microsoft.com 3. It also generates a strongly-typed DataContext that is used to send and receive data between the entity classes and the database. 它还生成一个强类型DataContext,用于在实体类与数据库之间发送和接收数据。 msdn2.microsoft.com 4. It provides strongly-typed LINQ data access experience over relational databases, including direct, efficient access to SQL Server. 它在关系数据库之上提供了强类型的LINQ数据访问体验,包括对SQLServer直接高效的访问。 www.infoq.com 5. A strongly-typed dataset is added to the project with a collection of all selected data tables (for example the Employee table). 在项目中添加一个强类型的数据集,其中包含选择的所有数据表(例如Employee表)。 www.ibm.com 6. Call the strongly typed FindBy method that uses the table's primary key to locate a row. 调用使用表的主键来定位行的强类型FindBy方法。 msdn2.microsoft.com 7. Two options are available: nullable types and annotations for strongly typed objects such as datasets. 有两个选择:可空类型和强类型对象(如数据集)的批注。 msdn2.microsoft.com 8. A riff on strongly-typed. 强类型的即兴重复。 www.bing.com 9. The exception that is thrown by a strongly typed DataSet when the user accesses a DBNull value. 在用户访问DBNull值时,强类型DataSet引发的异常。 msdn2.microsoft.com 10. Control is associated with a strongly typed data source view class. 控件与强类型数据源视图类关联。 msdn2.microsoft.com 1. Component can act as a strongly typed data source. 组件可以充当强类型数据源。 msdn2.microsoft.com 2. Your source object can return and receive strongly typed objects based on the data from your data source. 源对象可以根据数据源中的数据返回和接收强类型对象。 msdn2.microsoft.com 3. The method returns a strongly typed catalog response template instance. In addition, the method now takes in two request parameters 此方法返回强类型化的Catalog响应模板实例。 www.ibm.com 4. The message graph in the response package is strongly typed as this refers to the actual data returned from the server 响应包中的消息图强类型化,因为这引用从服务器返回的实际数据。 www.ibm.com 5. That follows the rules of a strongly typed collection, you should derive from 如果要创建遵循强类型集合规则的 msdn2.microsoft.com 6. Namespace as strongly typed string collections by specifying the 此外,通过为泛型类型参数指定 msdn2.microsoft.com 7. Method, which derived classes override to return strongly typed 方法,该方法由派生类重写以返回强类型 msdn2.microsoft.com 8. Support for strongly-typed collections of child objects 支持对于子对象的基于强类型的集合 www.zerosun.cn 9. It creates strongly-typed resources that you can access at run time using the 创建您在运行时可以访问的强类型资源。有关通过 msdn2.microsoft.com 10. The following code shows how to create the class for a strongly-typed collection of Order objects 下面的代码演示如何为Order对象的强类型集合创建类 msdn2.microsoft.com 1. Accessing Strongly Typed XML Data using XPathNavigator 使用XPathNavigator访问强类型的XML数据 msdn2.microsoft.com 2. Provides a strongly typed collection for 对象的强类型集合并实现 msdn2.microsoft.com 3. UseGenericTypeRule Maintanability Use strongly typed objects instead of * 使用强类型的对象取代禁止使用的类。 blog.sina.com.cn 4. Instance, and then return a strongly typed 实例,然后返回强类型 msdn2.microsoft.com 5. For information on strongly-typed resources, see 有关强类型资源的信息,请参见 msdn2.microsoft.com 6. When it uses a strongly typed object, the, 在使用强类型对象时, msdn2.microsoft.com 7. A new strongly-typed instance of 新的强类型 msdn2.microsoft.com 8. If there is a choice between two strongly typed elements, the, 如果可以在两个强类型化元素间进行选择, msdn2.microsoft.com |
||||||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。