📄 prs_administrativerevision.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// ==================================================================// PRS_AdministrativeRevision// ================================================================== [Association, Aggregation, Version ( "2.8.0" ), Description ( "Associates PRS_Administrative with PRS_Revision.")]class PRS_AdministrativeRevision : CIM_HostedDependency { [Aggregate, Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The PRS_Administrative.")] PRS_Administrative REF Antecedent; [Override ( "Dependent" ), Description ( "The PRS_Revision.")] PRS_Revision REF Dependent;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -