您要查找的是不是:
- With strict conversions enabled, which of the following would allow an implicit conversion? (Choose all that apply. 在精度转换设置为允许时,下面哪些选项将允许一个隐式转换(多选)
- implicit conversion enable [计] 隐式变换启动
- There is no implicit conversion from ulong to any integral type. 不存在从ulong到任何整型的隐式转换。
- There is a predefined implicit conversion from ulong to float, double, or decimal. 存在从ulong到float、double或decimal的预定义隐式转换。
- Do not provide an implicit conversion operator if the conversion is potentially lossy. 如果转换可能丢失信息,则不要提供隐式转换运算符。
- Due to an implicit conversion, the compiler was not able to call one form of an overloaded method. 因隐式转换的缘故,编译器无法调用重载方法的某种形式。
- Specify the method parameters in such a way that implicit conversion does not take place. 以不发生隐式转换的方式指定此方法的参数。
- The implicit conversion is the single-argument constructor taking a C-style string. 隐式转换是采用C样式字符串的单一参数构造函数。
- Unlike implicit conversion, explicit conversion operators must be invoked by means of a cast. 与隐式转换不同,必须通过强制转换的方式来调用显式转换运算符。
- Implicit conversion operators do not require a type cast to be specified in source code to perform the conversion. 隐式转换运算符不需要在源代码中指定类型转换即可执行转换。
- The workaround is to request the specific type of cursor, instead of depending on implicit conversion. 解决方法是请求特定类型的游标,而不是依赖于隐式转换。
- To define an implicit conversion to a class type, we need to define an appropriate constructor. 为了定义到类类型的隐式转换,需要定义合适的构造函数。
- Implicit conversion of %ls value to %ls cannot be performed because the collation of the value is unresolved due to a collation conflict. 无法执行值从 %251! 到 %252! 的隐性转换,因为该值的排序规则因排序规则冲突而未能解决。
- Implicit conversion of %ls value to %ls cannot be performed because the resulting collation is unresolved due to collation conflict. 无法执行值从 %251! 到 %252! 的隐性转换,因为结果排序规则因排序规则冲突而未能解决。
- Therefore, implicit conversion is performed where integer type is promoted to double and the two double values are compared. 因此,在integer类型提升为double且比较了两个double类型值后会进行隐式转换。
- The definitions of the columns that are part of a UNION operation do not have to be identical, but they must be compatible through implicit conversion. 列的定义(UNION运算的一部分)不必完全相同,但它们必须能够通过隐式转换相互兼容。
- The definitions of the columns that are part of a UNION operation do not have to be the same, but they must be compatible through implicit conversion. 作为UNION运算一部分的列定义可以不相同,但它们必须通过隐式转换实现兼容。
- When imported into a column with a data type other than sql_variant, the data is converted from char by using implicit conversion. 而导入到数据类型不是sql_variant的列中时,数据将通过隐式转换从char格式转换为其他格式。
- The best way to avoid ambiguities or surprises is to avoid writing pairs of classes where each offers an implicit conversion to the other. 避免二义性最好的方法是避免编写互相提供隐式转换的成对的类。
- A constructor that can be called with a single argument defines an implicit conversion from the parameter type to the class type. 可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。