MS Access Environ() 函数
示例
返回包含操作系统环境变量值的字符串
SELECT Environ(1);
定义和用法
Environ() 函数返回包含操作系统环境变量值的字符串。
语法
Environ(number)
或
Environ(string)
参数值
参数 | 描述 |
---|---|
number | 环境字符串表中环境字符串的数值顺序 |
string | 环境变量的名称 |
技术细节
适用于 | 从 Access 2000 开始 |
---|
返回包含操作系统环境变量值的字符串
SELECT Environ(1);
Environ() 函数返回包含操作系统环境变量值的字符串。
Environ(number)
或
Environ(string)
参数 | 描述 |
---|---|
number | 环境字符串表中环境字符串的数值顺序 |
string | 环境变量的名称 |
适用于 | 从 Access 2000 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]