// Copyright (c) 2006-2007 Microsoft Corporation, All Rights Reserved #pragma autorecover #pragma namespace("\\\\.\\root\\cimv2") instance of __namespace{ name="ms_804";}; #pragma namespace("\\\\.\\root\\cimv2\\ms_804") [Description("Win32_ServerFeature 类表示运行 Windows 服务器类操作系统的计算机上的一个角色或功能。通过使用此类,管理员可以清点安装在服务器上的角色和功能。Win32_ServerFeature 类未定义任何方法。") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804)] class Win32_ServerFeature { [Key,Description("角色、角色服务或功能的 ID 号。") : Amended ToSubclass] uint32 ID; [Description("父服务器角色、角色服务或功能的 ID 号。") : Amended ToSubclass] uint32 ParentID; [Description("角色或功能的名称,如“文件服务”或“打印服务”。") : Amended ToSubclass] string Name; };