MsHis_CodePage 类

MsHIS_CodePage类用于查询代码页支持。

以下语法通过 MOF 代码简化。

语法

  
class MsHis_CodePage : MsHis_Config  
{  
   uint32 ID;  
   string Name;  
   boolean Available;  
   uint32 CodePage;  
   boolean DBCSEnabled;  
   boolean SBCSEnabled;  
   boolean MBCSEnabled;  
   boolean EuroEnabled;  
};  

性能

ID
数据类型: uint32

限定符:密钥

访问类型:Read-Only

代码页标识符。 用于内部引用。

名称
数据类型: 字符串

访问类型:Read-Only

代码页的名称。

在线
数据类型: 布尔值

访问类型:Read-Only

如果代码页受使用 SNANLS 的代码页转换支持,则为 true;否则为 false

CodePage
数据类型: uint32

访问类型:Read-Only

NLS 代码页的数目。

DBCSEnabled
数据类型: 布尔值

访问类型:Read-Only

如果此代码页支持双字节字符集,则为 true;否则为 false

SBCSEnabled
数据类型: 布尔值

访问类型:Read-Only

如果此代码页支持单字节字符集,则为 true;否则为 false

MBCSEnabled
数据类型: 布尔值

访问类型:Read-Only

如果此代码页支持多字节字符集,则为 true;否则为 false

EuroEnabled
数据类型: 布尔值

访问类型:Read-Only

如果此代码页支持欧元,则为 true;否则为 false

要求

平台:Windows Server 2022、Windows Server 2019、Windows Server 2016、Windows 11 和 Windows 10

另请参阅

wmiHIS WMI 提供程序类
管理和管理程序员指南