#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="MS_412";}; #pragma namespace("\\\\.\\root\\default\\MS_412") [Description("이 리소스는 서비스 관리에 사용됩니다.") : Amended,AMENDMENT, LOCALE(0x0412)] class MSFT_ServiceResource : OMI_BaseResource { [key,Description("서비스 이름") : Amended] string Name; [Description("서비스가 컴퓨터에서 실행되고 있어야 하는지 여부를 설명하는 열거형 값입니다.\nRunning{default} \nStopped \n") : Amended] string State; [Description("서비스 시작 유형을 설명하는 열거형 값입니다.\nAutomatic \nManual \nDisabled \n") : Amended] string StartupType; [Description("서비스 실행에 사용되는 기본 제공 계정을 설명하는 열거형 값입니다.\nLocalSystem \nLocalService \nNetworkService \n") : Amended] string BuiltInAccount; [Description("서비스 실행에 사용되는 선택적 자격 증명") : Amended] string Credential; [Description("서비스 상태") : Amended] string Status; [Description("서비스 표시 이름") : Amended] string DisplayName; [Description("서비스 설명") : Amended] string Description; [Description("서비스 실행 파일 경로") : Amended] string Path; [Description("서비스 종속성 목록") : Amended] string Dependencies[]; [Description("서비스가 이미 존재하는지 확인하고 컴퓨터에 서비스가 존재하지 않는 경우 이를 만드는 열거형 값입니다.\n있음{default} \n없음 \n") : Amended] string Ensure; };