您要查找的是不是:
- implicit type statement 隐式类型语句
- Select On to restrict implicit type conversion; that is, explicit narrowing conversions will be required and late binding will not be allowed. 选择“On”可以限制隐式类型转换,即要求显式收缩转换并且不允许后期绑定。
- To modify a user-defined type, you must drop the type by using a DROP TYPE statement and then re-create it. 若要修改用户定义类型,必须使用DROP TYPE语句除去该类型,然后重新创建它。
- The CREATE TYPE statement for each replicated type is executed at the Subscriber before the table is created. 在创建表之前,在订阅服务器上执行每个已复制类型的CREATE TYPE语句。
- If any mutator method in the type does not return void, the CREATE TYPE statement does not execute. 如果类型中的任何赋值函数方法未返回void,则不会执行CREATE TYPE语句。
- For example, the CREATE TYPE statement and sp_addtype stored procedure will both fire a DDL trigger that is created on a CREATE_TYPE event. 例如,CREATE TYPE语句和sp_addtype存储过程都将激发针对CREATE_TYPE事件创建的DDL触发器。
- For example, the CREATE TYPE statement and sp_addtype stored procedure will both fire an event notification that is created on a CREATE_TYPE event. 例如,CREATE TYPE语句和sp_addtype存储过程都将激发通过CREATE_TYPE事件创建的事件通知。
- Built-in value types, pointers, arrays, and delegates are defined when they are used and are referred to as implicit types. 内置值类型、指针、数组和委托是在使用或引用为隐式类型时定义的。
- Alias data types are created with the CREATE TYPE statement before they can be used in a table definition. 必须先用CREATE TYPE语句创建别名数据类型,然后才能将其用于表定义中。
- default implicit type association 缺省隐式类型结合
- Note when alias data types are created by using the CREATE TYPE statement instead of sp_addtype, no such automatic grant occurs. 请注意,当使用CREATE TYPE语句而不是sp_addtype创建别名数据类型时,不会进行自动授权。
- I have implicit faith in your abilities. 我完全相信你的能力。
- Implicitly typed local variables, which permit the type of local variables to be inferred from the expressions used to initialize them. 隐式类型本地变量,能够允许这种类型的本地变量被用来初始化它们的表达式所推断出来的类型。
- Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer. 隐式类型化的数组,一种数组建立的规范并且初始化以从数组构造者那里推断出数组中的元素类型。
- Her attitude was implicit in the answer she gave us. 她在给我们的答复中态度是含蓄的。
- A document type statement gets added to the XML document 这样就向XML文档中增加文档类型说明
- Implicitly typed locals turn out to be convenient outside of the context of a query. 事实证明,隐式类型化局部变量在查询的环境之外非常便利。
- Her silence gave implicit consent. 她的沉默表示默许。
- In a printer, the removable type element. 印刷机上可拆卸的打印部件。
- There's another language feature known as implicitly typed local variables (or var for short) that instructs the compiler to infer the type of a local variable. 还有另一种语言功能被称为隐式类型化局部变量(或简称为var),它负责指示编译器推断局部变量的类型。