重载构造函数 meaning in Chinese
overload constructor
Examples
- Structure to assemble a date and time value
结构的一个重载构造函数来组合日期和时间值。 - The overloaded constructor takes two arguments : a custom connection string and a custom
重载构造函数采用两个参数:一个自定义连接字符串和一个自定义 - When the run - time scenario is more complex , such as when the sql mobile database file resides in a device location other than the executing directory , or the connection string is varied in some other way , such as a password , then the overloaded constructor can be used
当运行时方案更加复杂时,如当sql mobile数据库文件驻留在一个不是执行目录的设备位置时,或连接字符串以其他某种方式变化(如密码)时,则可以使用重载构造函数。