cim_databaseadministrator.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 33 行

MOF
33
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="DBCR00029" type ="change">CPubs edits to the database// system classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_DatabaseAdministrator// ==================================================================   [Association, UMLPackagePath ( "CIM::Database::System" ),       Version ( "2.7.0" ), Description (       "The DatabaseAdministrator association identifies a UserEntity "       "as a database administrator of a CommonDatabase. \n"       "The current version of CIM includes a UserContact class that "       "is concrete and extends from UserEntity. UserContact contains "       "the information that is needed to contact a database "       "administrator. The DatabaseAdministrator association should be "       "implemented through the UserContact class in favor of creating "       "a vendor-specific concrete class to define database "       "administrator contact information for the database "       "administrator.")]class CIM_DatabaseAdministrator : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "The database that is being administered.")]   CIM_CommonDatabase REF Antecedent;      [Override ( "Dependent" ), Description (          "The user entity that is responsible for the administration "          "of the database.")]   CIM_UserEntity REF Dependent;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?